Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java130 private ScreenPinningNotify mScreenPinningNotify; field in TaskbarDelegate
244 mScreenPinningNotify = new ScreenPinningNotify(mWindowContext); in init()
266 mScreenPinningNotify = null; in destroy()
502 if (mScreenPinningNotify == null) { in showPinningEnterExitToast()
506 mScreenPinningNotify.showPinningStartToast(); in showPinningEnterExitToast()
508 mScreenPinningNotify.showPinningExitToast(); in showPinningEnterExitToast()
515 if (mScreenPinningNotify == null) { in showPinningEscapeToast()
518 mScreenPinningNotify.showEscapeToast(QuickStepContract.isGesturalMode(mNavigationMode), in showPinningEscapeToast()
DNavigationBarView.java166 private ScreenPinningNotify mScreenPinningNotify; field in NavigationBarView
320 mScreenPinningNotify = new ScreenPinningNotify(mContext); in NavigationBarView()
927 mScreenPinningNotify.showPinningStartToast(); in showPinningEnterExitToast()
929 mScreenPinningNotify.showPinningExitToast(); in showPinningEnterExitToast()
934 mScreenPinningNotify.showEscapeToast( in showPinningEscapeToast()