Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java166 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
403 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1196 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput,
1201 if (mCachedExpandedRemoteInput != null
1202 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1204 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1206 mCachedExpandedRemoteInput = null;