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/notification/row/
DNotificationContentView.java99 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView
436 if (mExpandedRemoteInput != null) { in setExpandedChild()
437 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()
438 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()
439 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()
440 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
441 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()
442 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()
448 mExpandedRemoteInput = null; in setExpandedChild()
574 - getExtraRemoteInputHeight(mExpandedRemoteInput) in setContentHeight()
[all …]