Searched refs:mRemoteInputView (Results 1 – 1 of 1) sorted by relevance
515 mEditText.mRemoteInputView = this; in onAttachedToWindow()530 mEditText.mRemoteInputView = null; in onDetachedFromWindow()901 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText932 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 …]