Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java106 public static final Object VIEW_TAG = new Object(); field in RemoteInputView
451 v.setTag(VIEW_TAG); in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java547 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1229 RemoteInputView existing = view.findViewWithTag(RemoteInputView.VIEW_TAG);