Home
last modified time | relevance | path

Searched defs:fullWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatterySpecsTest.kt50 val fullWidth = BatterySpecs.getFullBatteryWidth(33f, displayShield = false) in getFullBatteryWidth_shieldFalse_returnsMainWidth() constant
59 val fullWidth = BatterySpecs.getFullBatteryWidth(mainWidth, displayShield = true) in getFullBatteryWidth_shieldTrue_returnsMainWidthPlusShield() constant
93 val fullWidth = BATTERY_WIDTH_WITH_SHIELD * 0.6f in getMainBatteryWidth_shieldTrue_returnsNotFullWidth() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerTest.java637 private void setIsFullWidth(boolean fullWidth) { in setIsFullWidth()
DNotificationPanelViewControllerBaseTest.java739 protected void setIsFullWidth(boolean fullWidth) { in setIsFullWidth()