Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java162 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testSendRemoteInput_intentContainsResultsAndSource()
202 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in getTargetInputMethodUser()
249 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testNoCrashWithoutVisibilityListener()
263 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testPredictiveBack_registerAndUnregister()
292 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiPredictiveBack_openAndDispatchCallback()
327 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndSend()
357 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndAttach()
380 RemoteInputView.NotificationRemoteInputEvent in testUiEventLogging_openAndAttach()
392 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testFocusAnimation()
429 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testDefocusAnimation()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DRemoteInput.kt20 import com.android.systemui.statusbar.policy.RemoteInputView
37 @BindsInstance view: RemoteInputView,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java63 import com.android.systemui.statusbar.policy.RemoteInputView;
105 private RemoteInputView mExpandedRemoteInput;
106 private RemoteInputView mHeadsUpRemoteInput;
179 private RemoteInputView mCachedExpandedRemoteInput;
180 private RemoteInputView mCachedHeadsUpRemoteInput;
348 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
1321 result.mView = view.findViewWithTag(RemoteInputView.VIEW_TAG);
1331 RemoteInputView riv = RemoteInputView.inflate(
1997 private RemoteInputView getRemoteInputForView(View child) {
2128 public RemoteInputView getExpandedRemoteInput() {
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt40 import com.android.systemui.statusbar.policy.RemoteInputView.NotificationRemoteInputEvent
41 import com.android.systemui.statusbar.policy.RemoteInputView.RevealParams
120 private val view: RemoteInputView,
H A DRemoteInputView.java100 public class RemoteInputView extends LinearLayout implements View.OnClickListener { class
178 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView
393 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate()
396 RemoteInputView v = (RemoteInputView) in inflate()
1011 private RemoteInputView mRemoteInputView;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java64 import com.android.systemui.statusbar.policy.RemoteInputView;
395 RemoteInputView riv = null; in activateRemoteInput()
464 riv.getController().setRevealParams(new RemoteInputView.RevealParams(cx, cy, r)); in activateRemoteInput()
527 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView()
531 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
H A DRemoteInputController.java35 import com.android.systemui.statusbar.policy.RemoteInputView;