Home
last modified time | relevance | path

Searched refs:maxPanelHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java117 float maxPanelHeight = mPanel.getMaxPanelHeight(); in onInterceptTouchEvent()
118 mPanel.setPanelScrimMinFraction(maxPanelHeight > 0f in onInterceptTouchEvent()
119 ? (float) startHeight / maxPanelHeight : 0f); in onInterceptTouchEvent()
DPanelViewController.java732 float maxPanelHeight = getMaxPanelHeight(); in setExpandedHeightInternal() local
735 float overExpansionPixels = Math.max(0, h - maxPanelHeight); in setExpandedHeightInternal()
738 mExpandedHeight = Math.min(h, maxPanelHeight); in setExpandedHeightInternal()
752 maxPanelHeight == 0 ? 0 : mExpandedHeight / maxPanelHeight); in setExpandedHeightInternal()