Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java138 assertThat((int) mNotificationPanelView.getExpandedHeight()).isEqualTo(200); in testSetExpandedHeight()
162 assertThat((int) mNotificationPanelView.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
170 assertThat((int) mNotificationPanelView.getExpandedHeight()).isEqualTo(200); in testOnTouchEvent_expansionCanBeBlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java917 public float getExpandedHeight() { in getExpandedHeight() method in PanelView
1216 getExpandedHeight(), in dump()
DNotificationPanelView.java600 updateExpandedHeight(getExpandedHeight()); in onLayout()
2031 return getExpandedHeight(); in getNotificationsTopY()
2587 canvas.drawLine(0, getExpandedHeight(), getWidth(), getExpandedHeight(), p); in onDraw()
2731 && getExpandedHeight() < getOpeningHeight(); in updateStatusBarIcons()