Home
last modified time | relevance | path

Searched refs:mRemoteInputController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java86 private RemoteInputController mRemoteInputController; field in NotificationContentView
953 if (mRemoteInputController == null) {
1019 mContext, actionContainer, entry, mRemoteInputController);
1080 mRemoteInputController = r;
DBaseStatusBar.java179 protected RemoteInputController mRemoteInputController; field in BaseStatusBar
1642 row.setRemoteInputController(mRemoteInputController);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1277 mRemoteInputController.addCallback(mStatusBarKeyguardViewManager); in startKeyguard()
1279 mRemoteInputController.addCallback(new RemoteInputController.Callback() { in startKeyguard()
1587 boolean ignoreEarliestRemovalTime = mRemoteInputController.isSpinning(key) in removeNotification()
1596 if (FORCE_REMOTE_INPUT_HISTORY && mRemoteInputController.isSpinning(key)) { in removeNotification()
1639 if (entry != null && mRemoteInputController.isRemoteInputActive(entry) in removeNotification()
1716 if (mRemoteInputController.isRemoteInputActive(entry)) { in performRemoveNotification()
1717 mRemoteInputController.removeRemoteInput(entry, null); in performRemoveNotification()
2693 mRemoteInputController.removeRemoteInput(entry, null); in removeRemoteInputEntriesKeptUntilCollapsed()
3228 && !mRemoteInputController.isRemoteInputActive()) { // not due to typing in IME in checkUserAutohide()
3236 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()
[all …]