HomeSort by relevance Sort by last modified time
    Searched defs:RemoteInputView (Results 1 - 2 of 2) 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;
  /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 536 milliseconds