HomeSort by relevance Sort by last modified time
    Searched refs:RemoteInputView (Results 1 - 7 of 7) sorted by null

  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RemoteInputView.java 61 // TODO this should be unified with SystemUI RemoteInputView (b/67527720)
64 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher {
85 public RemoteInputView(Context context, AttributeSet attrs) {
160 public static RemoteInputView inflate(Context context, ViewGroup root) {
161 RemoteInputView v = (RemoteInputView) LayoutInflater.from(context).inflate(
300 private RemoteInputView mRemoteInputView;
ActionRow.java 177 View riv = RemoteInputView.inflate(context, this);
191 RemoteInputView riv = null;
234 private RemoteInputView findRemoteInputView(View v) {
238 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
RemoteInputViewTest.java 59 private RemoteInputView mView;
72 // Avoid SecurityException RemoteInputView#sendRemoteInput().
76 mView = RemoteInputView.inflate(mContext, null, row.getEntry(), mController);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 45 import com.android.systemui.statusbar.policy.RemoteInputView;
185 RemoteInputView riv = null;
261 private RemoteInputView findRemoteInputView(View v) {
265 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG);
NotificationContentView.java 48 import com.android.systemui.statusbar.policy.RemoteInputView;
79 private RemoteInputView mExpandedRemoteInput;
80 private RemoteInputView mHeadsUpRemoteInput;
139 private RemoteInputView mCachedExpandedRemoteInput;
140 private RemoteInputView mCachedHeadsUpRemoteInput;
309 * {@link RemoteInputView}.
316 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) {
    [all...]
RemoteInputController.java 22 import com.android.systemui.statusbar.policy.RemoteInputView;
37 * Keeps track of the currently active {@link RemoteInputView}s.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 69 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher {
99 public RemoteInputView(Context context, AttributeSet attrs) {
183 public static RemoteInputView inflate(Context context, ViewGroup root,
186 RemoteInputView v = (RemoteInputView)
382 public void stealFocusFrom(RemoteInputView other) {
490 private RemoteInputView mRemoteInputView;

Completed in 675 milliseconds