Searched defs:setExpandedHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java438 setExpandedHeight(mInitialOffsetOnTouch);
810 public void setExpandedHeight(float height) { method in class:PanelView
811 if (DEBUG) logf("setExpandedHeight(%.1f)", height);
852 setExpandedHeight(currentMaxPanelHeight);
912 setExpandedHeight(getMaxPanelHeight() * frac);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java740 public void setExpandedHeight(float height) { method in class:NotificationStackScrollLayout
2410 setExpandedHeight(mExpandedHeight);

Completed in 105 milliseconds