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.java206 pv.setExpandedFraction(0); // just in case in collapsePanel()
DPanelView.java921 public void setExpandedFraction(float frac) { in setExpandedFraction() method in PanelView
1031 setExpandedFraction(1f); in expand()
1044 setExpandedFraction(0f); in instantCollapse()
DStatusBar.java3208 mNotificationPanel.setExpandedFraction(0f); in animateKeyguardUnoccluding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java159 mNotificationPanelView.setExpandedFraction(1f); in testAffordanceLaunchingListener()