Searched refs:mRemoteInputView (Results 1 – 1 of 1) sorted by relevance
516 mEditText.mRemoteInputView = this; in onAttachedToWindow()531 mEditText.mRemoteInputView = null; in onDetachedFromWindow()885 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText916 if (mRemoteInputView != null && mRemoteInputView.mEntry.getRow().isChangingPosition() in defocusIfNeeded()921 if (mRemoteInputView != null) { in defocusIfNeeded()922 mRemoteInputView.mEntry.remoteInputText = getText(); in defocusIfNeeded()929 if (mRemoteInputView != null) { in defocusIfNeeded()930 mRemoteInputView.onDefocus(animate, true /* logClose */); in defocusIfNeeded()948 if (mRemoteInputView != null) { in onFocusChanged()949 mRemoteInputView.onEditTextFocusChanged(this, focused); in onFocusChanged()[all …]