Searched defs:remoteInputActive (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java159 || StatusBar.ENABLE_REMOTE_INPUT && state.remoteInputActive) {
376 public void onRemoteInputActive(boolean remoteInputActive) { argument
377 mCurrentState.remoteInputActive = remoteInputActive;
440 boolean remoteInputActive; field in class:StatusBarWindowManager.State
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java598 public void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive) { argument
600 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) {
601 headsUpEntry.remoteInputActive = remoteInputActive;
602 if (remoteInputActive) {
656 public boolean remoteInputActive; field in class:HeadsUpManager.HeadsUpEntry
706 || remoteInputActive || hasFullScreenIntent(entry);
726 if (remoteInputActive && !o.remoteInputActive) {
[all...]

Completed in 70 milliseconds