Home
last modified time | relevance | path

Searched defs:remoteInputActive (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.kt38 private var remoteInputActive = false variable
DHeadsUpManager.java448 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java169 remoteInputActive /* isRemoteInputActive */); in removeRemoteInput() local
370 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
DNotificationShadeWindowController.java129 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt54 @JvmField var remoteInputActive: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
DNotificationShadeWindowControllerImpl.java762 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java261 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive()