Home
last modified time | relevance | path

Searched refs:RemoteInputView (Results 1 – 6 of 6) 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;
85 private RemoteInputView mExpandedRemoteInput;
86 private RemoteInputView mHeadsUpRemoteInput;
150 private RemoteInputView mCachedExpandedRemoteInput;
151 private RemoteInputView mCachedHeadsUpRemoteInput;
294 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
1221 private RemoteInputView applyRemoteInput(View view, NotificationEntry entry,
1223 RemoteInputView cachedView, NotificationViewWrapper wrapper) {
1227 RemoteInputView existing = (RemoteInputView)
1228 view.findViewWithTag(RemoteInputView.VIEW_TAG);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java63 import com.android.systemui.statusbar.policy.RemoteInputView;
365 RemoteInputView riv = null; in activateRemoteInput()
450 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView()
454 return (RemoteInputView) v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
DRemoteInputController.java28 import com.android.systemui.statusbar.policy.RemoteInputView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java51 import com.android.systemui.statusbar.policy.RemoteInputView;