Home
last modified time | relevance | path

Searched refs:MODE_ON (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java79 @IntDef({MODE_DEFAULT, MODE_ON, MODE_OFF, MODE_ESTIMATE})
82 public static final int MODE_ON = 1; field in BatteryMeterView
196 setPercentShowMode(show ? MODE_ON : MODE_DEFAULT); in setForceShowPercent()
395 || mShowPercentMode == MODE_ON || mShowPercentMode == MODE_ESTIMATE) { in updateShowPercent()