Searched refs:VIEW_TAG (Results 1 – 5 of 5) sorted by relevance
71 public static final Object VIEW_TAG = new Object(); field in RemoteInputView163 v.setTag(VIEW_TAG); in inflate()
238 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
74 public static final Object VIEW_TAG = new Object(); field in RemoteInputView190 v.setTag(VIEW_TAG); in inflate()
265 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
1296 view.findViewWithTag(RemoteInputView.VIEW_TAG); in applyRemoteInput()