Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryDrawableState.kt45 val showPercent: Boolean, constant in com.android.systemui.battery.unified.BatteryDrawableState
67 fun hasForegroundContent() = showPercent || attribution != null in hasForegroundContent()
73 showPercent = false, in hasForegroundContent()
DBatteryLayersDrawable.kt217 if (batteryState.showPercent && batteryState.attribution != null) { in draw()
232 } else if (batteryState.showPercent) { in draw()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatteryMeterViewTest.kt192 assertThat(mBatteryMeterView.unifiedBatteryState.showPercent).isTrue() in changesFromEstimateToPercent_textAndContentDescriptionChanges_flagOn()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java323 boolean showPercent = context.getResources().getBoolean( in showShutdownDialog()
325 if (!showPercent) { in showShutdownDialog()