Home
last modified time | relevance | path

Searched refs:subtitleArray (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/
DColorCorrectionTileMapper.kt38 val subtitleArray = resources.getStringArray(R.array.tile_states_color_correction) in map() constant
44 secondaryLabel = subtitleArray[2] in map()
47 secondaryLabel = subtitleArray[1] in map()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/inversion/domain/
DColorInversionTileMapper.kt39 val subtitleArray = resources.getStringArray(R.array.tile_states_inversion) in map() constant
43 secondaryLabel = subtitleArray[2] in map()
47 secondaryLabel = subtitleArray[1] in map()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/onehanded/ui/
DOneHandedModeTileMapper.kt39 val subtitleArray = resources.getStringArray(R.array.tile_states_onehanded) in map() constant
45 secondaryLabel = subtitleArray[2] in map()
48 secondaryLabel = subtitleArray[1] in map()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/
DColorCorrectionTileMapperTest.kt39 private val subtitleArray by lazy { in <lambda>() constant
59 createColorCorrectionTileState(QSTileState.ActivationState.INACTIVE, subtitleArray[1]) in disabledModel()
70 createColorCorrectionTileState(QSTileState.ActivationState.ACTIVE, subtitleArray[2]) in enabledModel()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/onehanded/ui/
DOneHandedModeTileMapperTest.kt42 private val subtitleArray by lazy { context.resources.getStringArray(subtitleArrayId) } in <lambda>() constant in com.android.systemui.qs.tiles.impl.onehanded.ui.OneHandedModeTileMapperTest
71 subtitleArray[1], in disabledModel()
86 subtitleArray[2], in enabledModel()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/inversion/domain/
DColorInversionTileMapperTest.kt42 private val subtitleArray by lazy { context.resources.getStringArray(subtitleArrayId) } in <lambda>() constant in com.android.systemui.qs.tiles.impl.inversion.domain.ColorInversionTileMapperTest
65 subtitleArray[1], in disabledModel()
80 subtitleArray[2], in enabledModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/night/ui/
DNightDisplayTileMapper.kt88 val subtitleArray = resources.getStringArray(R.array.tile_states_night) in getSecondaryLabel() constant
89 return subtitleArray[ in getSecondaryLabel()