Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java750 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(false); in testUpdateFooter_remoteInput()
753 verify(mNotificationStackScrollLayout).setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
DNotificationStackScrollLayoutTest.java453 mStackScroller.setIsRemoteInputActive(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java821 mView.setIsRemoteInputActive(mRemoteInputManager.isRemoteInputActive()); in setUpView()
825 mView.setIsRemoteInputActive(active); in setUpView()
DNotificationStackScrollLayout.java733 public void setIsRemoteInputActive(boolean isActive) { in setIsRemoteInputActive() method in NotificationStackScrollLayout