Home
last modified time | relevance | path

Searched refs:remoteInputActive (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java213 @NonNull NotificationData.Entry entry, boolean remoteInputActive) { in setRemoteInputActive() argument
215 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) { in setRemoteInputActive()
216 headsUpEntry.remoteInputActive = remoteInputActive; in setRemoteInputActive()
217 if (remoteInputActive) { in setRemoteInputActive()
DStatusBarWindowManager.java169 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyFocusableFlag()
392 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() argument
393 mCurrentState.remoteInputActive = remoteInputActive; in onRemoteInputActive()
457 boolean remoteInputActive; field in StatusBarWindowManager.State
DStatusBarKeyguardViewManager.java583 boolean remoteInputActive = mRemoteInputActive; in updateStates()
585 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()
588 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()
619 mLastRemoteInputActive = remoteInputActive; in updateStates()
DStatusBar.java2875 boolean remoteInputActive) { in addStatusBarWindow()
2876 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in addStatusBarWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java456 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry
495 || remoteInputActive || hasFullScreenIntent(entry); in isSticky()
515 if (remoteInputActive && !o.remoteInputActive) { in compareTo()
517 } else if (!remoteInputActive && o.remoteInputActive) { in compareTo()
533 remoteInputActive = false; in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java180 boolean remoteInputActive = isRemoteInputActive(); in apply()
183 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()
287 void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive); in setRemoteInputActive() argument