Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java515 mEditText.mRemoteInputView = this; in onAttachedToWindow()
530 mEditText.mRemoteInputView = null; in onDetachedFromWindow()
901 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText
932 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()
937 if (mRemoteInputView != null) { in defocusIfNeeded()
945 if (mRemoteInputView != null) { in defocusIfNeeded()
964 if (mRemoteInputView != null) { in onFocusChanged()
970 if (mRemoteInputView != null && !mRemoteInputView.mRemoved) { in onFocusChanged()
984 return mRemoteInputView.requestScrollTo(); in requestRectangleOnScreen()
1020 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved; in onCheckIsTextEditor()
[all …]