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.java87 private RemoteInputView mExpandedRemoteInput; field in NotificationContentView
449 if (mExpandedRemoteInput != null) { in setExpandedChild()
450 mExpandedRemoteInput.onNotificationUpdateOrReset(); in setExpandedChild()
451 if (mExpandedRemoteInput.isActive()) { in setExpandedChild()
452 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()
453 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
454 mExpandedRemoteInput.dispatchStartTemporaryDetach(); in setExpandedChild()
455 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()
460 mExpandedRemoteInput = null; in setExpandedChild()
603 - getExtraRemoteInputHeight(mExpandedRemoteInput) in setContentHeight()
[all …]