Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java516 mEditText.mRemoteInputView = this; in onAttachedToWindow()
531 mEditText.mRemoteInputView = null; in onDetachedFromWindow()
885 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText
916 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 …]