Searched refs:maxPanelHeight (Results 1 – 2 of 2) sorted by relevance
117 float maxPanelHeight = mPanel.getMaxPanelHeight(); in onInterceptTouchEvent()118 mPanel.setPanelScrimMinFraction(maxPanelHeight > 0f in onInterceptTouchEvent()119 ? (float) startHeight / maxPanelHeight : 0f); in onInterceptTouchEvent()
732 float maxPanelHeight = getMaxPanelHeight(); in setExpandedHeightInternal() local735 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()