Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.kt50 fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int method
DQuickSettingsControllerSceneImpl.kt62 override fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int { in calculatePanelHeightExpanded() method in com.android.systemui.shade.QuickSettingsControllerSceneImpl
DQuickSettingsControllerImpl.java1427 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() method in QuickSettingsControllerImpl