Searched defs:shouldUseAutoBrightness (Results 1 – 5 of 5) sorted by relevance
249 public Builder setShouldUseAutoBrightness(boolean shouldUseAutoBrightness) { in setShouldUseAutoBrightness()264 public Builder setIsSlowChange(boolean shouldUseAutoBrightness) { in setIsSlowChange()
2276 boolean brightnessIsTemporary, boolean shouldUseAutoBrightness) { in notifyBrightnessTrackerChanged()
60 assertEquals(displayBrightnessState.getShouldUseAutoBrightness(), shouldUseAutoBrightness); in validateAllDisplayBrightnessStateFieldsAreSetAsExpected() local
347 public void shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategyTest
180 public boolean shouldUseAutoBrightness() { in shouldUseAutoBrightness() method in AutomaticBrightnessStrategy