Home
last modified time | relevance | path

Searched refs:expandedHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java112 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()
113 mPanel.setPanelScrimMinFraction((float) expandedHeight in onInterceptTouchEvent()
115 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight in onInterceptTouchEvent()
DKeyguardClockPositionAlgorithm.java88 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument
92 mExpandedHeight = expandedHeight; in setup()
DPanelView.java355 float expandedHeight) { in startExpandMotion() argument
356 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()
759 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
DNotificationPanelView.java1521 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument
1531 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()
1539 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()
1545 updateStackHeight(expandedHeight); in onHeightUpdated()