Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/night/ui/
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/battery/ui/
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/rotation/ui/mapper/
DRotationLockTileMapperTest.kt75 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationNotLocked_cameraRotationDisabled() constant
90 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationNotLocked_cameraRotationEnabled() constant
105 val outputState = mapper.map(rotationLockTileConfig, inputModel) in rotationLocked_cameraRotationNotEnabled() constant
121 val outputState = mapper.map(rotationLockTileConfig, inputModel) in deviceFoldableAndClosed_secondaryLabelIsFoldableSpecific() constant
143 val outputState = mapper.map(rotationLockTileConfig, inputModel) in deviceFoldableAndNotClosed_secondaryLabelIsFoldableSpecific() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/
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/
DSensorPrivacyToggleTileMapperTest.kt51 val outputState = mapper.map(cameraConfig, inputModel) in mapCamera_notBlocked() constant
69 val outputState = mapper.map(cameraConfig, inputModel) in mapCamera_blocked() constant
87 val outputState = mapper.map(micConfig, inputModel) in mapMic_notBlocked() constant
105 val outputState = mapper.map(micConfig, inputModel) in mapMic_blocked() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/ui/
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/saver/domain/
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/qr/ui/
DQRCodeScannerTileMapperTest.kt65 val outputState = mapper.map(config, inputModel) in availableModel() constant
79 val outputState = mapper.map(config, inputModel) in temporarilyUnavailableModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/colorcorrection/domain/
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/reducebrightness/ui/
DReduceBrightColorsTileMapperTest.kt62 val outputState = mapper.map(config, inputModel) in disabledModel() constant
75 val outputState = mapper.map(config, inputModel) in enabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/inversion/domain/
DColorInversionTileMapperTest.kt60 val outputState = mapper.map(colorInversionTileConfig, inputModel) in disabledModel() constant
75 val outputState = mapper.map(colorInversionTileConfig, inputModel) in enabledModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/
DInternetTileMapperTest.kt66 val outputState = mapper.map(internetTileConfig, inputModel) in withActiveModel_mappedStateMatchesDataModel() constant
90 val outputState = mapper.map(internetTileConfig, inputModel) in withInactiveModel_mappedStateMatchesDataModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/onehanded/ui/
DOneHandedModeTileMapperTest.kt66 val outputState = mapper.map(config, inputModel) in disabledModel() constant
81 val outputState = mapper.map(config, inputModel) in enabledModel() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp132 auto& outputState = editState(); in setCompositionEnabled() local
172 auto& outputState = editState(); in setProjection() local
268 auto& outputState = editState(); in setColorProfile() local
289 auto& outputState = editState(); in setDisplayBrightness() local
387 const auto& outputState = getState(); in getDirtyRegion() local
515 auto& outputState = editState(); in rebuildLayerStacks() local
769 const auto& outputState = getState(); in ensureOutputLayerIfVisible() local
1055 auto& outputState = editState(); in beginFrame() local
1087 auto& outputState = editState(); in prepareFrame() local
1192 const auto& outputState = getState(); in finishFrame() local
[all …]
DOutputLayer.cpp186 const auto& outputState = getOutput().getState(); in calculateOutputDisplayFrame() local
244 const auto& outputState = getOutput().getState(); in calculateOutputRelativeBufferTransform() local
291 const auto& outputState = getOutput().getState(); in updateCompositionState() local
751 const auto& outputState = getOutput().getState(); in writeCursorPositionToHWC() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/
DFontScalingTileMapperTest.kt53 val outputState = mapper.map(fontScalingTileConfig, inputModel) in activeStateMatchesEnabledModel() constant
/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.cpp75 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.cpp113 const OutputCompositionState& outputState, in renderCachedSets()