Searched refs:showPercent (Results 1 – 4 of 4) sorted by relevance
45 val showPercent: Boolean, constant in com.android.systemui.battery.unified.BatteryDrawableState67 fun hasForegroundContent() = showPercent || attribution != null in hasForegroundContent()73 showPercent = false, in hasForegroundContent()
217 if (batteryState.showPercent && batteryState.attribution != null) { in draw()232 } else if (batteryState.showPercent) { in draw()
192 assertThat(mBatteryMeterView.unifiedBatteryState.showPercent).isTrue() in changesFromEstimateToPercent_textAndContentDescriptionChanges_flagOn()
323 boolean showPercent = context.getResources().getBoolean( in showShutdownDialog()325 if (!showPercent) { in showShutdownDialog()