Home
last modified time | relevance | path

Searched refs:setIsRemoteInputActive (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java496 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(false); in testUpdateFooter_remoteInput()
499 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
H A DNotificationStackScrollLayoutTest.java483 mStackScroller.setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java744 mView.setIsRemoteInputActive(mRemoteInputManager.isRemoteInputActive()); in setUpView()
748 mView.setIsRemoteInputActive(active); in setUpView()
H A DNotificationStackScrollLayout.java728 public void setIsRemoteInputActive(boolean isActive) { in setIsRemoteInputActive() method in NotificationStackScrollLayout