Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java132 private ScreenPinningNotify mScreenPinningNotify; field in TaskbarDelegate
244 mScreenPinningNotify = new ScreenPinningNotify(mWindowContext); in init()
264 mScreenPinningNotify = null; in destroy()
504 if (mScreenPinningNotify == null) { in showPinningEnterExitToast()
508 mScreenPinningNotify.showPinningStartToast(); in showPinningEnterExitToast()
510 mScreenPinningNotify.showPinningExitToast(); in showPinningEnterExitToast()
517 if (mScreenPinningNotify == null) { in showPinningEscapeToast()
520 mScreenPinningNotify.showEscapeToast(QuickStepContract.isGesturalMode(mNavigationMode), in showPinningEscapeToast()
H A DNavigationBarView.java162 private ScreenPinningNotify mScreenPinningNotify; field in NavigationBarView
317 mScreenPinningNotify = new ScreenPinningNotify(mContext); in NavigationBarView()
946 mScreenPinningNotify.showPinningStartToast(); in showPinningEnterExitToast()
948 mScreenPinningNotify.showPinningExitToast(); in showPinningEnterExitToast()
953 mScreenPinningNotify.showEscapeToast( in showPinningEscapeToast()