Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java88 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument
92 mExpandedHeight = expandedHeight; in setup()
DNotificationPanelView.java1338 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument
1348 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()
1356 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()
1362 mNotificationStackScroller.setStackHeight(expandedHeight); in onHeightUpdated()
DPanelView.java672 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument