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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java42 import com.android.systemui.statusbar.policy.RemoteInputView;
66 private RemoteInputView mExpandedRemoteInput;
67 private RemoteInputView mHeadsUpRemoteInput;
119 private RemoteInputView mCachedExpandedRemoteInput;
120 private RemoteInputView mCachedHeadsUpRemoteInput;
1000 private RemoteInputView applyRemoteInput(View view, NotificationData.Entry entry,
1002 RemoteInputView cachedView) {
1006 RemoteInputView existing = (RemoteInputView)
1007 view.findViewWithTag(RemoteInputView
[all...]
H A DRemoteInputController.java22 import com.android.systemui.statusbar.policy.RemoteInputView;
32 * Keeps track of the currently active {@link RemoteInputView}s.
H A DBaseStatusBar.java111 import com.android.systemui.statusbar.policy.RemoteInputView;
440 RemoteInputView riv = null;
445 riv = (RemoteInputView) pv.findViewWithTag(RemoteInputView.VIEW_TAG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java65 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher { class in inherits:LinearLayout,View.OnClickListener,TextWatcher
94 public RemoteInputView(Context context, AttributeSet attrs) { method in class:RemoteInputView
170 public static RemoteInputView inflate(Context context, ViewGroup root,
173 RemoteInputView v = (RemoteInputView)
374 public void stealFocusFrom(RemoteInputView other) {
462 private RemoteInputView mRemoteInputView;

Completed in 875 milliseconds