TypedValues.PositionType


interface TypedValues.PositionType


Summary

Constants

const Array<String!>!
const String!
NAME = "KeyPosition"
const String!
S_DRAWPATH = "drawPath"
const String!
S_PERCENT_HEIGHT = "percentHeight"
const String!
S_PERCENT_WIDTH = "percentWidth"
const String!
S_PERCENT_X = "percentX"
const String!
S_PERCENT_Y = "percentY"
const String!
S_SIZE_PERCENT = "sizePercent"
const String!
S_TRANSITION_EASING = "transitionEasing"
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int

Public functions

java-static Int
getId(name: String!)

Method to go from String names of values to id of the values IDs are use for efficiency

java-static Int
getType(name: Int)

Constants

KEY_WORDS

Added in 1.1.0-alpha13
const val KEY_WORDSArray<String!>!

NAME

Added in 1.1.0-alpha13
const val NAME = "KeyPosition": String!

S_DRAWPATH

Added in 1.1.0-alpha13
const val S_DRAWPATH = "drawPath": String!

S_PERCENT_HEIGHT

Added in 1.1.0-alpha13
const val S_PERCENT_HEIGHT = "percentHeight": String!

S_PERCENT_WIDTH

Added in 1.1.0-alpha13
const val S_PERCENT_WIDTH = "percentWidth": String!

S_PERCENT_X

Added in 1.1.0-alpha13
const val S_PERCENT_X = "percentX": String!

S_PERCENT_Y

Added in 1.1.0-alpha13
const val S_PERCENT_Y = "percentY": String!

S_SIZE_PERCENT

Added in 1.1.0-alpha13
const val S_SIZE_PERCENT = "sizePercent": String!

S_TRANSITION_EASING

Added in 1.1.0-alpha13
const val S_TRANSITION_EASING = "transitionEasing": String!

TYPE_CURVE_FIT

Added in 1.1.0-alpha13
const val TYPE_CURVE_FIT = 508: Int

TYPE_DRAWPATH

Added in 1.1.0-alpha13
const val TYPE_DRAWPATH = 502: Int

TYPE_PATH_MOTION_ARC

Added in 1.1.0-alpha13
const val TYPE_PATH_MOTION_ARC = 509: Int

TYPE_PERCENT_HEIGHT

Added in 1.1.0-alpha13
const val TYPE_PERCENT_HEIGHT = 504: Int

TYPE_PERCENT_WIDTH

Added in 1.1.0-alpha13
const val TYPE_PERCENT_WIDTH = 503: Int

TYPE_PERCENT_X

Added in 1.1.0-alpha13
const val TYPE_PERCENT_X = 506: Int

TYPE_PERCENT_Y

Added in 1.1.0-alpha13
const val TYPE_PERCENT_Y = 507: Int

TYPE_POSITION_TYPE

Added in 1.1.0-alpha13
const val TYPE_POSITION_TYPE = 510: Int

TYPE_SIZE_PERCENT

Added in 1.1.0-alpha13
const val TYPE_SIZE_PERCENT = 505: Int

TYPE_TRANSITION_EASING

Added in 1.1.0-alpha13
const val TYPE_TRANSITION_EASING = 501: Int

Public functions

getId

Added in 1.1.0-alpha13
java-static fun getId(name: String!): Int

Method to go from String names of values to id of the values IDs are use for efficiency

Parameters
name: String!

the name of the value

Returns
Int

the id of the vlalue or -1 if no value exist

getType

Added in 1.1.0-alpha13
java-static fun getType(name: Int): Int