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 141 || BaseStatusBar.ENABLE_REMOTE_INPUT && state.remoteInputActive) {
340 public void onRemoteInputActive(boolean remoteInputActive) {
341 mCurrentState.remoteInputActive = remoteInputActive;
390 boolean remoteInputActive;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 577 public void setRemoteInputActive(NotificationData.Entry entry, boolean remoteInputActive) {
579 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) {
580 headsUpEntry.remoteInputActive = remoteInputActive;
581 if (remoteInputActive) {
614 public boolean remoteInputActive;
658 || remoteInputActive || hasFullScreenIntent(entry);
678 if (remoteInputActive && !o.remoteInputActive) {
    [all...]

Completed in 463 milliseconds