/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/ |
D | OffloadBrightnessStrategyTest.java | 84 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in strategySelectionPostProcessor_resetsOffloadBrightness() local 87 when(strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy()) in strategySelectionPostProcessor_resetsOffloadBrightness() 96 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness() 103 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness() 111 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness()
|
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/ |
D | OffloadBrightnessStrategy.java | 90 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument 93 if (!strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy().getName() in strategySelectionPostProcessor() 95 && !strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy().getName() in strategySelectionPostProcessor()
|
D | AutomaticBrightnessStrategy.java | 333 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument 335 setAutoBrightnessState(strategySelectionNotifyRequest.getTargetDisplayState(), in strategySelectionPostProcessor() 336 strategySelectionNotifyRequest.isAllowAutoBrightnessWhileDozingConfig(), in strategySelectionPostProcessor() 337 strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy() in strategySelectionPostProcessor() 339 strategySelectionNotifyRequest.getDisplayPowerRequest().policy, in strategySelectionPostProcessor() 340 strategySelectionNotifyRequest.getLastUserSetScreenBrightness(), in strategySelectionPostProcessor() 341 strategySelectionNotifyRequest.isUserSetBrightnessChanged()); in strategySelectionPostProcessor()
|
D | AutoBrightnessFallbackStrategy.java | 110 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument 112 int targetDisplayState = strategySelectionNotifyRequest.getTargetDisplayState(); in strategySelectionPostProcessor() 114 strategySelectionNotifyRequest.isAutoBrightnessEnabled() && mIsEnabled in strategySelectionPostProcessor() 117 && !strategySelectionNotifyRequest in strategySelectionPostProcessor()
|
D | DisplayBrightnessStrategy.java | 62 StrategySelectionNotifyRequest strategySelectionNotifyRequest); in strategySelectionPostProcessor() argument
|
D | DozeBrightnessStrategy.java | 53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | OverrideBrightnessStrategy.java | 52 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | ScreenOffBrightnessStrategy.java | 53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | InvalidBrightnessStrategy.java | 51 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | BoostBrightnessStrategy.java | 65 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | FallbackBrightnessStrategy.java | 70 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | TemporaryBrightnessStrategy.java | 80 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
D | FollowerBrightnessStrategy.java | 89 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
|
/frameworks/base/services/core/java/com/android/server/display/brightness/ |
D | DisplayBrightnessStrategySelector.java | 322 private void postProcess(StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in postProcess() argument 326 strategySelectionNotifyRequest); in postProcess()
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/ |
D | DisplayBrightnessStrategySelectorTest.java | 428 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in selectStrategyCallsPostProcessorForAllStrategies() local 437 eq(strategySelectionNotifyRequest)); in selectStrategyCallsPostProcessorForAllStrategies()
|