Home
last modified time | relevance | path

Searched refs:remoteInputActive (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.kt38 private var remoteInputActive = false variable
52 if (remoteInputActive && in adjustDisableFlags()
62 if (remoteInputActive != active) { in setRemoteInputActive()
63 remoteInputActive = active in setRemoteInputActive()
DHeadsUpManager.kt142 fun setRemoteInputActive(entry: NotificationEntry, remoteInputActive: Boolean) in addHeadsUpPhoneListener()
233 override fun setRemoteInputActive(entry: NotificationEntry, remoteInputActive: Boolean) {} in onHeadsUpAnimatingAwayStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt56 @JvmField var remoteInputActive: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
99 remoteInputActive.toString(), in <lambda>()
141 remoteInputActive: Boolean, in insert()
174 this.remoteInputActive = remoteInputActive in insert()
DNotificationShadeWindowControllerImpl.java440 || (ENABLE_REMOTE_INPUT && state.remoteInputActive) in applyFocusableFlag()
460 || ENABLE_REMOTE_INPUT && state.remoteInputActive) { in applyForceShowNavigationFlag()
624 state.remoteInputActive, in logState()
844 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() argument
845 mCurrentState.remoteInputActive = remoteInputActive; in onRemoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java121 boolean remoteInputActive = isRemoteInputActive(); in removeRemoteInput()
127 remoteInputActive/* isRemoteInputActive */, in removeRemoteInput() local
134 && !remoteInputActive) { in removeRemoteInput()
193 boolean remoteInputActive = isRemoteInputActive(); in apply()
196 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()
198 mLastAppliedRemoteInputActive = remoteInputActive; in apply()
340 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() argument
DNotificationShadeWindowController.java132 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java302 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive() argument
304 if (headsUpEntry != null && headsUpEntry.mRemoteInputActive != remoteInputActive) { in setRemoteInputActive()
305 headsUpEntry.mRemoteInputActive = remoteInputActive; in setRemoteInputActive()
306 if (remoteInputActive) { in setRemoteInputActive()
DStatusBarKeyguardViewManager.java1384 boolean remoteInputActive = mRemoteInputActive; in updateStates()
1386 if ((primaryBouncerDismissible || !showing || remoteInputActive) in updateStates()
1389 if (primaryBouncerDismissible || !showing || remoteInputActive) { in updateStates()
1422 mLastRemoteInputActive = remoteInputActive; in updateStates()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DTestableHeadsUpManager.java124 boolean remoteInputActive) { in setRemoteInputActive() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1553 boolean remoteInputActive) { in createDelegate()
1554 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in createDelegate()