Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/battery/
DBatterySpecsTest.kt53 val fullWidth = BatterySpecs.getFullBatteryWidth(33f, displayShield = false) in getFullBatteryWidth_shieldFalse_returnsMainWidth() constant
62 val fullWidth = BatterySpecs.getFullBatteryWidth(mainWidth, displayShield = true) in getFullBatteryWidth_shieldTrue_returnsMainWidthPlusShield() constant
96 val fullWidth = BATTERY_WIDTH_WITH_SHIELD * 0.6f in getMainBatteryWidth_shieldTrue_returnsNotFullWidth() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt277 val fullWidth = transitionContainer.width in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java591 private void setIsFullWidth(boolean fullWidth) { in setIsFullWidth()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java176 boolean visible, boolean fullWidth); in setFancyClipping()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java185 int cornerRadius, boolean visible, boolean fullWidth) { in setFancyClipping()
DQSContainerImpl.java346 boolean enabled, boolean fullWidth) { in setFancyClipping()
DQSImpl.java410 int cornerRadius, boolean visible, boolean fullWidth) { in setFancyClipping()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java725 protected void setIsFullWidth(boolean fullWidth) { in setIsFullWidth()