interface TypedValues.MotionScene


Summary

Constants

const Array<String!>!
const String!
NAME = "MotionScene"
const String!
S_DEFAULT_DURATION = "defaultDuration"
const String!
S_LAYOUT_DURING_TRANSITION = "layoutDuringTransition"
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 = "MotionScene": String!

S_DEFAULT_DURATION

Added in 1.1.0-alpha13
const val S_DEFAULT_DURATION = "defaultDuration": String!

S_LAYOUT_DURING_TRANSITION

Added in 1.1.0-alpha13
const val S_LAYOUT_DURING_TRANSITION = "layoutDuringTransition": String!

TYPE_DEFAULT_DURATION

Added in 1.1.0-alpha13
const val TYPE_DEFAULT_DURATION = 600: Int

TYPE_LAYOUT_DURING_TRANSITION

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