HomeSort by relevance Sort by last modified time
    Searched defs:remoteInputActive (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 159 || StatusBar.ENABLE_REMOTE_INPUT && state.remoteInputActive) {
376 public void onRemoteInputActive(boolean remoteInputActive) {
377 mCurrentState.remoteInputActive = remoteInputActive;
440 boolean remoteInputActive;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 598 public void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive) {
600 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) {
601 headsUpEntry.remoteInputActive = remoteInputActive;
602 if (remoteInputActive) {
656 public boolean remoteInputActive;
706 || remoteInputActive || hasFullScreenIntent(entry);
726 if (remoteInputActive && !o.remoteInputActive) {
    [all...]

Completed in 692 milliseconds