Searched refs:expandedHeight (Results 1 – 4 of 4) sorted by relevance
112 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()113 mPanel.setPanelScrimMinFraction((float) expandedHeight in onInterceptTouchEvent()115 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight in onInterceptTouchEvent()
88 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument92 mExpandedHeight = expandedHeight; in setup()
355 float expandedHeight) { in startExpandMotion() argument356 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()759 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
1521 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument1531 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()1539 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()1545 updateStackHeight(expandedHeight); in onHeightUpdated()