Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java73 private RemoteInputView mView;
98 private void setTestPendingIntent(RemoteInputView view) { in setTestPendingIntent()
110 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testSendRemoteInput_intentContainsResultsAndSource()
134 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in getTargetInputMethodUser()
173 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testNoCrashWithoutVisibilityListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java73 public class RemoteInputView extends LinearLayout implements View.OnClickListener, TextWatcher { class
103 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView
191 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate()
194 RemoteInputView v = (RemoteInputView) in inflate()
410 public void stealFocusFrom(RemoteInputView other) { in stealFocusFrom()
518 private RemoteInputView mRemoteInputView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java54 import com.android.systemui.statusbar.policy.RemoteInputView;
87 private RemoteInputView mExpandedRemoteInput;
88 private RemoteInputView mHeadsUpRemoteInput;
155 private RemoteInputView mCachedExpandedRemoteInput;
156 private RemoteInputView mCachedHeadsUpRemoteInput;
316 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
1315 private RemoteInputView applyRemoteInput(View view, NotificationEntry entry,
1317 RemoteInputView cachedView, NotificationViewWrapper wrapper) {
1321 RemoteInputView existing = (RemoteInputView)
1322 view.findViewWithTag(RemoteInputView.VIEW_TAG);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java62 import com.android.systemui.statusbar.policy.RemoteInputView;
361 RemoteInputView riv = null; in activateRemoteInput()
434 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView()
438 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
DRemoteInputController.java28 import com.android.systemui.statusbar.policy.RemoteInputView;