Searched refs:mRemoteInputView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java137 mEditText.mRemoteInputView = this;
490 private RemoteInputView mRemoteInputView; field in class:RemoteInputView.RemoteEditText
499 if (mRemoteInputView != null && mRemoteInputView.mEntry.row.isChangingPosition()
504 if (mRemoteInputView != null) {
505 mRemoteInputView.mEntry.remoteInputText = getText();
512 if (mRemoteInputView != null) {
513 mRemoteInputView.onDefocus(animate);
545 return mRemoteInputView.requestScrollTo();
581 boolean flyingOut = mRemoteInputView !
[all...]
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRemoteInputView.java121 mEditText.mRemoteInputView = this;
300 private RemoteInputView mRemoteInputView; field in class:RemoteInputView.RemoteEditText
309 if (mRemoteInputView != null || isTemporarilyDetachedCompat()) {
318 if (mRemoteInputView != null) {
319 mRemoteInputView.onDefocus();

Completed in 9 milliseconds