Searched refs:calculatePanelHeightExpanded (Results 1 – 6 of 6) sorted by relevance
50 fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int method
76 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()80 drawDebugInfo(canvas, mQsController.calculatePanelHeightExpanded( in draw()
62 override fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int { in calculatePanelHeightExpanded() method in com.android.systemui.shade.QuickSettingsControllerSceneImpl
2634 maxHeight = mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()2643 + mQsController.calculatePanelHeightExpanded( in getMaxPanelHeight()2698 float panelHeightQsExpanded = mQsController.calculatePanelHeightExpanded( in onHeightUpdated()
1427 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() method in QuickSettingsControllerImpl
1129 when(mQsController.calculatePanelHeightExpanded(anyInt())).thenReturn(10000); in getMaxPanelTransitionDistance_inSplitShade_withHeadsUp_returnsBiggerValue()