TypedValues.TransitionType


interface TypedValues.TransitionType


Summary

Constants

const Array<String!>!
const String!
NAME = "Transitions"
const String!
S_AUTO_TRANSITION = "autoTransition"
const String!
S_DURATION = "duration"
const String!
S_FROM = "from"
const String!
S_INTERPOLATOR = "motionInterpolator"
const String!
S_PATH_MOTION_ARC = "pathMotionArc"
const String!
S_STAGGERED = "staggered"
const String!
S_TO = "to"
const String!
S_TRANSITION_FLAGS = "transitionFlags"
const Int
const Int
const Int
TYPE_FROM = 701
const Int
const Int
const Int
const Int
TYPE_TO = 702
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 = "Transitions": String!

S_AUTO_TRANSITION

Added in 1.1.0-alpha13
const val S_AUTO_TRANSITION = "autoTransition": String!

S_DURATION

Added in 1.1.0-alpha13
const val S_DURATION = "duration": String!

S_FROM

Added in 1.1.0-alpha13
const val S_FROM = "from": String!

S_INTERPOLATOR

Added in 1.1.0-alpha13
const val S_INTERPOLATOR = "motionInterpolator": String!

S_PATH_MOTION_ARC

Added in 1.1.0-alpha13
const val S_PATH_MOTION_ARC = "pathMotionArc": String!

S_STAGGERED

Added in 1.1.0-alpha13
const val S_STAGGERED = "staggered": String!

S_TO

Added in 1.1.0-alpha13
const val S_TO = "to": String!

S_TRANSITION_FLAGS

Added in 1.1.0-alpha13
const val S_TRANSITION_FLAGS = "transitionFlags": String!

TYPE_AUTO_TRANSITION

Added in 1.1.0-alpha13
const val TYPE_AUTO_TRANSITION = 704: Int

TYPE_DURATION

Added in 1.1.0-alpha13
const val TYPE_DURATION = 700: Int

TYPE_FROM

Added in 1.1.0-alpha13
const val TYPE_FROM = 701: Int

TYPE_INTERPOLATOR

Added in 1.1.0-alpha13
const val TYPE_INTERPOLATOR = 705: Int

TYPE_PATH_MOTION_ARC

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

TYPE_STAGGERED

Added in 1.1.0-alpha13
const val TYPE_STAGGERED = 706: Int

TYPE_TO

Added in 1.1.0-alpha13
const val TYPE_TO = 702: Int

TYPE_TRANSITION_FLAGS

Added in 1.1.0-alpha13
const val TYPE_TRANSITION_FLAGS = 707: 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