Home
last modified time | relevance | path

Searched refs:setForceFlingAnimationForTest (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java431 mNotificationPanelViewController.setForceFlingAnimationForTest(true); in testOnTouchEvent_expansionResumesAfterBriefTouch()
460 mNotificationPanelViewController.setForceFlingAnimationForTest(false); in testOnTouchEvent_expansionResumesAfterBriefTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2237 void setForceFlingAnimationForTest(boolean force) { in setForceFlingAnimationForTest() method in NotificationPanelViewController