Searched refs:calculatePanelHeightExpanded (Results 1 – 4 of 4) sorted by relevance
77 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()81 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
2484 maxHeight = mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()2493 + mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()2549 float panelHeightQsExpanded = mQsController.calculatePanelHeightExpanded( in onHeightUpdated()
1405 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() method in QuickSettingsController
989 when(mQsController.calculatePanelHeightExpanded(anyInt())).thenReturn(10000); in getMaxPanelTransitionDistance_inSplitShade_withHeadsUp_returnsBiggerValue()