Searched refs:subtitleArray (Results 1 – 7 of 7) sorted by relevance
38 val subtitleArray = resources.getStringArray(R.array.tile_states_color_correction) in map() constant44 secondaryLabel = subtitleArray[2] in map()47 secondaryLabel = subtitleArray[1] in map()
39 val subtitleArray = resources.getStringArray(R.array.tile_states_inversion) in map() constant43 secondaryLabel = subtitleArray[2] in map()47 secondaryLabel = subtitleArray[1] in map()
39 val subtitleArray = resources.getStringArray(R.array.tile_states_onehanded) in map() constant45 secondaryLabel = subtitleArray[2] in map()48 secondaryLabel = subtitleArray[1] in map()
39 private val subtitleArray by lazy { in <lambda>() constant in com.android.systemui.qs.tiles.impl.colorcorrection.domain.ColorCorrectionTileMapperTest59 createColorCorrectionTileState(QSTileState.ActivationState.INACTIVE, subtitleArray[1]) in disabledModel()70 createColorCorrectionTileState(QSTileState.ActivationState.ACTIVE, subtitleArray[2]) in enabledModel()
42 private val subtitleArray by lazy { context.resources.getStringArray(subtitleArrayId) } in <lambda>() constant71 subtitleArray[1], in disabledModel()86 subtitleArray[2], in enabledModel()
42 private val subtitleArray by lazy { context.resources.getStringArray(subtitleArrayId) } in <lambda>() constant65 subtitleArray[1], in disabledModel()80 subtitleArray[2], in enabledModel()
88 val subtitleArray = resources.getStringArray(R.array.tile_states_night) in getSecondaryLabel() constant89 return subtitleArray[ in getSecondaryLabel()