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.java367 riv = findRemoteInputView(pv); in activateRemoteInput()
395 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
434 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView() method in NotificationRemoteInputManager