Searched defs:hbmMode (Results 1 – 4 of 4) sorted by relevance
318 public void setHbmMode(int hbmMode) { in setHbmMode()
723 float brightnessMin, float brightnessMax, int hbmMode) { in assertState()
2820 final int hbmMode = info.highBrightnessMode; in onDisplayChanged() local2845 final int hbmMode = in recalculateVotesForDisplay() local
3279 public MutableInt hbmMode = new MutableInt(BrightnessInfo.HIGH_BRIGHTNESS_MODE_OFF); field in CachedBrightnessInfo