interface TypedValues.Custom


Summary

Constants

const Array<String!>!
const String!
NAME = "Custom"
const String!
S_BOOLEAN = "boolean"
const String!
S_COLOR = "color"
const String!
S_DIMENSION = "dimension"
const String!
S_FLOAT = "float"
const String!
S_INT = "integer"
const String!
S_REFERENCE = "reference"
const String!
S_STRING = "string"
const Int
const Int
const Int
const Int
const Int
TYPE_INT = 900
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

Constants

KEY_WORDS

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

NAME

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

S_BOOLEAN

Added in 1.1.0-alpha13
const val S_BOOLEAN = "boolean": String!

S_COLOR

Added in 1.1.0-alpha13
const val S_COLOR = "color": String!

S_DIMENSION

Added in 1.1.0-alpha13
const val S_DIMENSION = "dimension": String!

S_FLOAT

Added in 1.1.0-alpha13
const val S_FLOAT = "float": String!

S_INT

Added in 1.1.0-alpha13
const val S_INT = "integer": String!

S_REFERENCE

Added in 1.1.0-alpha13
const val S_REFERENCE = "reference": String!

S_STRING

Added in 1.1.0-alpha13
const val S_STRING = "string": String!

TYPE_BOOLEAN

Added in 1.1.0-alpha13
const val TYPE_BOOLEAN = 904: Int

TYPE_COLOR

Added in 1.1.0-alpha13
const val TYPE_COLOR = 902: Int

TYPE_DIMENSION

Added in 1.1.0-alpha13
const val TYPE_DIMENSION = 905: Int

TYPE_FLOAT

Added in 1.1.0-alpha13
const val TYPE_FLOAT = 901: Int

TYPE_INT

Added in 1.1.0-alpha13
const val TYPE_INT = 900: Int

TYPE_REFERENCE

Added in 1.1.0-alpha13
const val TYPE_REFERENCE = 906: Int

TYPE_STRING

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