Home
last modified time | relevance | path

Searched defs:tileState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/
DFlashlightMapperTest.kt53 val tileState: QSTileState = in mapsDisabledDataToInactiveState() constant
63 val tileState: QSTileState = in mapsEnabledDataToActiveState() constant
72 val tileState: QSTileState = in mapsEnabledDataToOnIconState() constant
83 val tileState: QSTileState = in mapsDisabledDataToOffIconState() constant
94 val tileState: QSTileState = in mapsUnavailableDataToOffIconState() constant
106 val tileState: QSTileState = in supportClickActionWhenAvailable() constant
115 val tileState: QSTileState = in doesNotSupportClickActionWhenUnavailable() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/domain/
DLocationTileMapperTest.kt54 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToInactiveState() constant
62 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToActiveState() constant
70 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToOnIconState() constant
79 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToOffIconState() constant
90 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(dontCare)) in supportsClickAndLongClickActions() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/
DCustomTileMapper.kt56 var tileState: Int = data.tile.state in map() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt281 val tileState = tile.state in testPersistedStateRetrieved() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java448 int tileState = mTile.getState(); in handleUpdateState() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt184 private var tileState = false in <lambda>() variable