Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java286 private TapAgainViewController mTapAgainViewController; field in NotificationPanelViewControllerTest
441 mTapAgainViewController, in setup()
792 verify(mTapAgainViewController).show(); in testDoubleTapRequired_ShadeLocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java308 private final TapAgainViewController mTapAgainViewController; field in NotificationPanelViewController
646 mTapAgainViewController.show();
774 mTapAgainViewController = tapAgainViewController; in NotificationPanelViewController()
915 mTapAgainViewController.init(); in onFinishInflate()