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.java105 int expandedHeight = mPickedChild.getActualHeight(); in onInterceptTouchEvent()
106 mPanel.setPanelScrimMinFraction((float) expandedHeight in onInterceptTouchEvent()
108 mPanel.startExpandMotion(x, y, true /* startTracking */, expandedHeight); in onInterceptTouchEvent()
DKeyguardClockPositionAlgorithm.java91 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument
96 mExpandedHeight = expandedHeight; in setup()
DPanelView.java414 float expandedHeight) { in startExpandMotion() argument
415 mInitialOffsetOnTouch = expandedHeight; in startExpandMotion()
879 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument
DNotificationPanelView.java1467 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument
1477 t = expandedHeight / (getMaxPanelHeight()); in onHeightUpdated()
1485 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()
1491 updateExpandedHeight(expandedHeight); in onHeightUpdated()
2323 protected void updateExpandedHeight(float expandedHeight) { in updateExpandedHeight() argument
2327 mNotificationStackScroller.setExpandedHeight(expandedHeight); in updateExpandedHeight()