Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java66 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView
299 if (mExpandedRemoteInput != null) { in reset()
300 mExpandedRemoteInput.onNotificationUpdateOrReset(); in reset()
301 if (mExpandedRemoteInput.isActive()) { in reset()
302 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in reset()
303 mCachedExpandedRemoteInput = mExpandedRemoteInput; in reset()
304 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in reset()
305 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in reset()
311 mExpandedRemoteInput = null; in reset()
749 && (mExpandedRemoteInput != null && mExpandedRemoteInput.isActive())) { in transferRemoteInputFocus()
[all …]