Searched refs:expandedHeight (Results 1 – 3 of 3) sorted by relevance
88 public void setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, in setup() argument92 mExpandedHeight = expandedHeight; in setup()
1338 protected void onHeightUpdated(float expandedHeight) { in onHeightUpdated() argument1348 t = expandedHeight / getMaxPanelHeight(); in onHeightUpdated()1356 t = (expandedHeight - panelHeightQsCollapsed) in onHeightUpdated()1362 mNotificationStackScroller.setStackHeight(expandedHeight); in onHeightUpdated()
672 protected abstract void onHeightUpdated(float expandedHeight); in onHeightUpdated() argument