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