Home
last modified time | relevance | path

Searched refs:calculatePanelHeightExpanded (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.kt50 fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int method
DDebugDrawable.java76 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
80 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
DQuickSettingsControllerSceneImpl.kt62 override fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int { in calculatePanelHeightExpanded() method in com.android.systemui.shade.QuickSettingsControllerSceneImpl
DNotificationPanelViewController.java2634 maxHeight = mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()
2643 + mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()
2698 float panelHeightQsExpanded = mQsController.calculatePanelHeightExpanded( in onHeightUpdated()
DQuickSettingsControllerImpl.java1427 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() method in QuickSettingsControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1129 when(mQsController.calculatePanelHeightExpanded(anyInt())).thenReturn(10000); in getMaxPanelTransitionDistance_inSplitShade_withHeadsUp_returnsBiggerValue()