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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java70 public static final Object VIEW_TAG = new Object(); field in class:RemoteInputView
177 v.setTag(VIEW_TAG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1007 view.findViewWithTag(RemoteInputView.VIEW_TAG);
H A DBaseStatusBar.java445 riv = (RemoteInputView) pv.findViewWithTag(RemoteInputView.VIEW_TAG);

Completed in 946 milliseconds