Searched refs:mRemoteInputView (Results 1 – 1 of 1) sorted by relevance
141 mEditText.mRemoteInputView = this; in onFinishInflate()518 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText529 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()534 if (mRemoteInputView != null) { in defocusIfNeeded()535 mRemoteInputView.mEntry.remoteInputText = getText(); in defocusIfNeeded()542 if (mRemoteInputView != null) { in defocusIfNeeded()543 mRemoteInputView.onDefocus(animate); in defocusIfNeeded()564 if (!mRemoteInputView.mRemoved) { in onFocusChanged()578 return mRemoteInputView.requestScrollTo(); in requestRectangleOnScreen()614 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved; in onCheckIsTextEditor()