Searched defs:tileState (Results 1 – 6 of 6) sorted by relevance
53 val tileState: QSTileState = in mapsDisabledDataToInactiveState() constant63 val tileState: QSTileState = in mapsEnabledDataToActiveState() constant72 val tileState: QSTileState = in mapsEnabledDataToOnIconState() constant83 val tileState: QSTileState = in mapsDisabledDataToOffIconState() constant94 val tileState: QSTileState = in mapsUnavailableDataToOffIconState() constant106 val tileState: QSTileState = in supportClickActionWhenAvailable() constant115 val tileState: QSTileState = in doesNotSupportClickActionWhenUnavailable() constant
54 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToInactiveState() constant62 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToActiveState() constant70 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToOnIconState() constant79 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToOffIconState() constant90 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(dontCare)) in supportsClickAndLongClickActions() constant
56 var tileState: Int = data.tile.state in map() variable
281 val tileState = tile.state in testPersistedStateRetrieved() constant
448 int tileState = mTile.getState(); in handleUpdateState() local
184 private var tileState = false in <lambda>() variable