Searched refs:remoteInputActive (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java577 public void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive) { argument
579 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) {
580 headsUpEntry.remoteInputActive = remoteInputActive;
581 if (remoteInputActive) {
614 public boolean remoteInputActive; field in class:HeadsUpManager.HeadsUpEntry
658 || remoteInputActive || hasFullScreenIntent(entry);
678 if (remoteInputActive && !o.remoteInputActive) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java117 boolean remoteInputActive = isRemoteInputActive();
120 mCallbacks.get(i).onRemoteInputActive(remoteInputActive);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java141 || BaseStatusBar.ENABLE_REMOTE_INPUT && state.remoteInputActive) {
340 public void onRemoteInputActive(boolean remoteInputActive) { argument
341 mCurrentState.remoteInputActive = remoteInputActive;
390 boolean remoteInputActive; field in class:StatusBarWindowManager.State
H A DStatusBarKeyguardViewManager.java470 boolean remoteInputActive = mRemoteInputActive;
472 if ((bouncerDismissible || !showing || remoteInputActive) !=
475 if (bouncerDismissible || !showing || remoteInputActive) {
520 mLastRemoteInputActive = remoteInputActive;

Completed in 145 milliseconds