Home
last modified time | relevance | path

Searched refs:setExpandedFraction (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java197 pv.setExpandedFraction(0); // just in case in collapsePanel()
DPanelView.java913 public void setExpandedFraction(float frac) { in setExpandedFraction() method in PanelView
1023 setExpandedFraction(1f); in expand()
1036 setExpandedFraction(0f); in instantCollapse()
DStatusBar.java3089 mNotificationPanel.setExpandedFraction(0f); in animateKeyguardUnoccluding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java144 mNotificationPanelView.setExpandedFraction(1f); in testAffordanceLaunchingListener()