Home
last modified time | relevance | path

Searched defs:outputState (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/battery/ui/mapper/
DBatterySaverTileMapperTest.kt60 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_standard_notPluggedInNotPowerSaving() constant
76 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_standard_notPluggedInPowerSaving() constant
92 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_standard_pluggedInPowerSaving() constant
108 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_standard_pluggedInNotPowerSaving() constant
124 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverDisabledNotPluggedInNotPowerSaving() constant
140 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverDisabledNotPluggedInPowerSaving() constant
156 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverDisabledPluggedInPowerSaving() constant
172 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverDisabledPluggedInNotPowerSaving() constant
188 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverEnabledNotPluggedInNotPowerSaving() constant
204 val outputState = mapper.map(batterySaverTileConfig, inputModel) in map_extremeSaverEnabledNotPluggedInPowerSaving() constant
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/night/ui/mapper/
DNightDisplayTileMapperTest.kt71 val outputState = mapper.map(config, inputModel) in disabledModel_whenAutoModeOff() constant
86 val outputState = mapper.map(config, inputModel) in disabledModel_whenAutoModeOff_whenForceEnable() constant
100 val outputState = mapper.map(config, inputModel) in enabledModel_whenAutoModeOff() constant
114 val outputState = mapper.map(config, inputModel) in enabledModel_forceAutoMode_whenAutoModeOff() constant
128 val outputState = mapper.map(config, inputModel) in enabledModel_autoModeTwilight_locationOff() constant
138 val outputState = mapper.map(config, inputModel) in enabledModel_autoModeTwilight_locationOn() constant
152 val outputState = mapper.map(config, inputModel) in disabledModel_autoModeTwilight_locationOn() constant
166 val outputState = mapper.map(config, inputModel) in disabledModel_autoModeTwilight_locationOff() constant
177 val outputState = mapper.map(config, inputModel) in disabledModel_autoModeCustom_24Hour() constant
195 val outputState = mapper.map(config, inputModel) in disabledModel_autoModeCustom_12Hour() constant
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/ui/mapper/
DRotationLockTileMapperTest.kt83 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationNotLocked_cameraRotationDisabled() constant
98 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationNotLocked_cameraRotationEnabled() constant
113 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationLocked_cameraRotationNotEnabled() constant
129 val outputState = mapper.map(rotationLockTileConfig, inputModel) in deviceFoldableAndClosed_secondaryLabelIsFoldableSpecific() constant
151 val outputState = mapper.map(rotationLockTileConfig, inputModel) in deviceFoldableAndNotClosed_secondaryLabelIsFoldableSpecific() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/ui/mapper/
DAlarmTileMapperTest.kt67 val outputState = mapper.map(alarmTileConfig, inputModel) in notAlarmSet() constant
83 val outputState = mapper.map(alarmTileConfig, inputModel) in nextAlarmSet24HourFormat() constant
102 val outputState = mapper.map(alarmTileConfig, inputModel) in nextAlarmSet12HourFormat() constant
122 val outputState = mapper.map(alarmTileConfig, inputModel) in nextAlarmSetMoreThanAWeekLater_mapsSecondaryLabelToDisplayDateOnly() constant
142 val outputState = mapper.map(alarmTileConfig, inputModel) in nextAlarmSetOneMinuteLessThanAWeekLater_mapsSecondaryLabelToDisplayTime() constant
162 val outputState = mapper.map(alarmTileConfig, inputModel) in nextAlarmSetExactlyAWeekLater_mapsSecondaryLabelToDisplayDateOnly() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/sensorprivacy/ui/mapper/
DSensorPrivacyToggleTileMapperTest.kt52 val outputState = mapper.map(cameraConfig, inputModel) in mapCamera_notBlocked() constant
70 val outputState = mapper.map(cameraConfig, inputModel) in mapCamera_blocked() constant
88 val outputState = mapper.map(micConfig, inputModel) in mapMic_notBlocked() constant
106 val outputState = mapper.map(micConfig, inputModel) in mapMic_blocked() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/ui/mapper/
DInternetTileMapperTest.kt76 val outputState = mapper.map(internetTileConfig, inputModel) in withActiveCellularModel_mappedStateMatchesDataModel() constant
114 val outputState = mapper.map(internetTileConfig, inputModel) in withActiveSatelliteModel_mappedStateMatchesDataModel() constant
143 val outputState = mapper.map(internetTileConfig, inputModel) in withActiveWifiModel_mappedStateMatchesDataModel() constant
166 val outputState = mapper.map(internetTileConfig, inputModel) in withInactiveModel_mappedStateMatchesDataModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/ui/mapper/
DScreenRecordTileMapperTest.kt63 val outputState = mapper.map(config, inputModel) in activeStateMatchesRecordingDataModel() constant
79 val outputState = mapper.map(config, inputModel) in activeStateMatchesStartingDataModel() constant
94 val outputState = mapper.map(config, inputModel) in inactiveStateMatchesDisabledDataModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/colorcorrection/ui/mapper/
DColorCorrectionTileMapperTest.kt56 val outputState = mapper.map(colorCorrectionTileConfig, inputModel) in disabledModel() constant
67 val outputState = mapper.map(colorCorrectionTileConfig, inputModel) in enabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/airplane/ui/mapper/
DAirplaneModeTileMapperTest.kt62 val outputState = mapper.map(airplaneModeConfig, inputModel) in enabledModel_mapsCorrectly() constant
77 val outputState = mapper.map(airplaneModeConfig, inputModel) in disabledModel_mapsCorrectly() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/saver/ui/mapper/
DDataSaverTileMapperTest.kt57 val outputState = mapper.map(dataSaverTileConfig, inputModel) in activeStateMatchesEnabledModel() constant
71 val outputState = mapper.map(dataSaverTileConfig, inputModel) in inactiveStateMatchesDisabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/reducebrightness/ui/mapper/
DReduceBrightColorsTileMapperTest.kt62 val outputState = mapper.map(config, inputModel) in disabledModel() constant
72 val outputState = mapper.map(config, inputModel) in enabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/qr/ui/mapper/
DQRCodeScannerTileMapperTest.kt61 val outputState = mapper.map(config, inputModel) in availableModel() constant
71 val outputState = mapper.map(config, inputModel) in temporarilyUnavailableModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/onehanded/ui/mapper/
DOneHandedModeTileMapperTest.kt66 val outputState = mapper.map(config, inputModel) in disabledModel() constant
77 val outputState = mapper.map(config, inputModel) in enabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/inversion/ui/mapper/
DColorInversionTileMapperTest.kt60 val outputState = mapper.map(colorInversionTileConfig, inputModel) in disabledModel() constant
75 val outputState = mapper.map(colorInversionTileConfig, inputModel) in enabledModel() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp138 auto& outputState = editState(); in setCompositionEnabled() local
178 auto& outputState = editState(); in setProjection() local
274 auto& outputState = editState(); in setColorProfile() local
295 auto& outputState = editState(); in setDisplayBrightness() local
393 const auto& outputState = getState(); in getDirtyRegion() local
512 auto& outputState = editState(); in rebuildLayerStacks() local
766 const auto& outputState = getState(); in ensureOutputLayerIfVisible() local
1116 auto& outputState = editState(); in beginFrame() local
1148 auto& outputState = editState(); in prepareFrame() local
1253 const auto& outputState = getState(); in finishFrame() local
[all …]
DOutputLayer.cpp191 const auto& outputState = getOutput().getState(); in calculateOutputDisplayFrame() local
262 const auto& outputState = getOutput().getState(); in calculateOutputRelativeBufferTransform() local
355 const auto& outputState = getOutput().getState(); in updateCompositionState() local
922 const auto& outputState = getOutput().getState(); in writeCursorPositionToHWC() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/ui/mapper/
DFontScalingTileMapperTest.kt53 val outputState = mapper.map(fontScalingTileConfig, inputModel) in activeStateMatchesEnabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/notes/ui/mapper/
DNotesTileMapperTest.kt53 val outputState = mapper.map(qsTileConfig, inputModel) in mappedStateMatchesModel() constant
/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.cpp85 auto& outputState = editState(); in updateColorProfile() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPlanner.cpp204 void Planner::renderCachedSets(const OutputCompositionState& outputState, in renderCachedSets()
DCachedSet.cpp161 const OutputCompositionState& outputState, in render()
DFlattener.cpp112 const OutputCompositionState& outputState, in renderCachedSets()