Searched defs:expandedHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java88 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, argument
92 mExpandedHeight = expandedHeight;
H A DPanelView.java144 mPeekAnimator = ObjectAnimator.ofFloat(this, "expandedHeight", mPeekHeight)
645 protected abstract void onHeightUpdated(float expandedHeight); argument
950 pw.println(String.format("[PanelView(%s): expandedHeight=%f maxPanelHeight=%d closing=%s"
H A DNotificationPanelView.java1227 protected void onHeightUpdated(float expandedHeight) { argument
1237 float t = (expandedHeight - panelHeightQsCollapsed)
1243 mNotificationStackScroller.setStackHeight(expandedHeight);

Completed in 219 milliseconds