Searched refs:RemoteInputView (Results 1 – 4 of 4) sorted by relevance
66 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher { class96 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView172 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate()175 RemoteInputView v = (RemoteInputView) in inflate()389 public void stealFocusFrom(RemoteInputView other) { in stealFocusFrom()481 private RemoteInputView mRemoteInputView;
43 import com.android.systemui.statusbar.policy.RemoteInputView;71 private RemoteInputView mExpandedRemoteInput;72 private RemoteInputView mHeadsUpRemoteInput;127 private RemoteInputView mCachedExpandedRemoteInput;128 private RemoteInputView mCachedHeadsUpRemoteInput;1182 private RemoteInputView applyRemoteInput(View view, NotificationData.Entry entry,1184 RemoteInputView cachedView, NotificationViewWrapper wrapper) {1188 RemoteInputView existing = (RemoteInputView)1189 view.findViewWithTag(RemoteInputView.VIEW_TAG);1198 RemoteInputView riv = RemoteInputView.inflate(
23 import com.android.systemui.statusbar.policy.RemoteInputView;
229 import com.android.systemui.statusbar.policy.RemoteInputView;5446 RemoteInputView riv = null;5522 private RemoteInputView findRemoteInputView(View v) {5526 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);