Home
last modified time | relevance | path

Searched refs:RemoteInputView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java66 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher { class
96 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView
172 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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java43 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(
DRemoteInputController.java23 import com.android.systemui.statusbar.policy.RemoteInputView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java229 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);