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.kt39 private var remoteInputActive = false variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java127 remoteInputActive/* isRemoteInputActive */, in removeRemoteInput() local
340 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
DNotificationShadeWindowController.java135 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt57 @JvmField var remoteInputActive: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
DNotificationShadeWindowControllerImpl.java864 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1578 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in createDelegate() argument
1592 boolean remoteInputActive) { in createDelegate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpManagerImpl.java1026 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive()