Searched refs:expandedHeight (Results 1 – 4 of 4) sorted by relevance
105 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()106 mPanel.setPanelScrimMinFraction((float) expandedHeight in onInterceptTouchEvent()108 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight); in onInterceptTouchEvent()
91 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument96 mExpandedHeight = expandedHeight; in setup()
414 float expandedHeight) { in startExpandMotion() argument415 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()879 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
1467 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument1477 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()1485 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()1491 updateExpandedHeight(expandedHeight); in onHeightUpdated()2323 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument2327 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()