Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java430 riv = findRemoteInputView(pv); in activateRemoteInput()
455 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
535 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView() method in NotificationRemoteInputManager