Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DRemoteInputView.java71 public static final Object VIEW_TAG = new Object(); field in RemoteInputView
163 v.setTag(VIEW_TAG); in inflate()
DActionRow.java238 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java74 public static final Object VIEW_TAG = new Object(); field in RemoteInputView
190 v.setTag(VIEW_TAG); in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java265 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
DNotificationContentView.java1296 view.findViewWithTag(RemoteInputView.VIEW_TAG); in applyRemoteInput()