Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java77 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
81 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
H A DNotificationPanelViewController.java2484 maxHeight = mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()
2493 + mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()
2549 float panelHeightQsExpanded = mQsController.calculatePanelHeightExpanded( in onHeightUpdated()
H A DQuickSettingsController.java1405 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() method in QuickSettingsController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java989 when(mQsController.calculatePanelHeightExpanded(anyInt())).thenReturn(10000); in getMaxPanelTransitionDistance_inSplitShade_withHeadsUp_returnsBiggerValue()