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.java75 @IntDef({MODE_DEFAULT, MODE_ON, MODE_OFF, MODE_ESTIMATE})
78 public static final int MODE_ON = 1; field in BatteryMeterView
194 setPercentShowMode(show ? MODE_ON : MODE_DEFAULT); in setForceShowPercent()
390 || mShowPercentMode == MODE_ON || mShowPercentMode == MODE_ESTIMATE) { in updateShowPercent()