Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java514 mEditText.mRemoteInputView = this; in setEditTextReferenceToSelf()
535 mEditText.mRemoteInputView = null; in onDetachedFromWindow()
1011 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText
1045 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
1050 if (mRemoteInputView != null) { in defocusIfNeeded()
1058 if (mRemoteInputView != null) { in defocusIfNeeded()
1059 mRemoteInputView in defocusIfNeeded()
1078 if (mRemoteInputView != null) { in onFocusChanged()
1084 if (mRemoteInputView != null && !mRemoteInputView.mRemoved) { in onFocusChanged()
1098 return mRemoteInputView.requestScrollTo(); in requestRectangleOnScreen()
[all …]