Home
last modified time | relevance | path

Searched refs:onRemoteInputActive (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java129 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive() method
H A DRemoteInputController.java226 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()
358 default void onRemoteInputActive(boolean active) {} in onRemoteInputActive() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java498 callback.onRemoteInputActive(true); in testUpdateFooter_remoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java762 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java843 public void onRemoteInputActive(boolean active) { in onRemoteInputActive() method in StatusBarKeyguardViewManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java747 public void onRemoteInputActive(boolean active) { in setUpView()