Home
last modified time | relevance | path

Searched refs:NIGHT_DISPLAY_TILE_SPEC (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/qs/
DQSAccessibilityModule.kt156 @StringKey(NIGHT_DISPLAY_TILE_SPEC) in bindColorInversionTile()
167 const val NIGHT_DISPLAY_TILE_SPEC = "night" in bindColorInversionTile() constant
333 @StringKey(NIGHT_DISPLAY_TILE_SPEC) in bindColorInversionTile()
336 tileSpec = TileSpec.create(NIGHT_DISPLAY_TILE_SPEC), in bindColorInversionTile()
351 @StringKey(NIGHT_DISPLAY_TILE_SPEC) in bindColorInversionTile()
360 TileSpec.create(NIGHT_DISPLAY_TILE_SPEC), in bindColorInversionTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/domain/interactor/
DNightDisplayTileUserActionInteractor.kt62 val spec = TileSpec.create(QSAccessibilityModule.NIGHT_DISPLAY_TILE_SPEC)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/ui/
DNightDisplayTileMapper.kt119 val spec = TileSpec.create(QSAccessibilityModule.NIGHT_DISPLAY_TILE_SPEC)