Searched refs:mRemoteInputView (Results 1 – 1 of 1) sorted by relevance
133 mEditText.mRemoteInputView = this; in onFinishInflate()481 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText490 if (mRemoteInputView != null && mRemoteInputView.mEntry.row.isChangingPosition() in defocusIfNeeded()495 if (mRemoteInputView != null) { in defocusIfNeeded()496 mRemoteInputView.mEntry.remoteInputText = getText(); in defocusIfNeeded()503 if (mRemoteInputView != null) { in defocusIfNeeded()504 mRemoteInputView.onDefocus(animate); in defocusIfNeeded()536 return mRemoteInputView.requestScrollTo(); in requestRectangleOnScreen()562 boolean flyingOut = mRemoteInputView != null && mRemoteInputView.mRemoved; in onCheckIsTextEditor()