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.java133 mEditText.mRemoteInputView = this; in onFinishInflate()
481 private RemoteInputView mRemoteInputView; field in RemoteInputView.RemoteEditText
490 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()