Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java161 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testSendRemoteInput_intentContainsResultsAndSource()
201 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in getTargetInputMethodUser()
248 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testNoCrashWithoutVisibilityListener()
262 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testPredictiveBack_registerAndUnregister()
291 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiPredictiveBack_openAndDispatchCallback()
326 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndSend()
342 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndSend()
345 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_SEND.getId(), in testUiEventLogging_openAndSend()
356 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndAttach()
376 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndAttach()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
DRemoteInput.kt20 import com.android.systemui.statusbar.policy.RemoteInputView
37 @BindsInstance view: RemoteInputView, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java66 import com.android.systemui.statusbar.policy.RemoteInputView;
112 private RemoteInputView mExpandedRemoteInput;
113 private RemoteInputView mHeadsUpRemoteInput;
187 private RemoteInputView mCachedExpandedRemoteInput;
188 private RemoteInputView mCachedHeadsUpRemoteInput;
364 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
1423 boolean hasRemoteInput, PendingIntent existingPendingIntent, RemoteInputView cachedView,
1429 result.mView = view.findViewWithTag(RemoteInputView.VIEW_TAG);
1439 RemoteInputView riv = RemoteInputView.inflate(
2084 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType));
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java66 import com.android.systemui.statusbar.policy.RemoteInputView;
424 RemoteInputView riv = null; in activateRemoteInput()
535 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView()
539 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
DRemoteInputController.java31 import com.android.systemui.statusbar.policy.RemoteInputView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt39 import com.android.systemui.statusbar.policy.RemoteInputView.NotificationRemoteInputEvent in <lambda>()
113 private val view: RemoteInputView, in onSendRemoteInput()
DRemoteInputView.java97 public class RemoteInputView extends LinearLayout implements View.OnClickListener { class
172 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView
386 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate()
389 RemoteInputView v = (RemoteInputView) in inflate()
960 private RemoteInputView mRemoteInputView;