Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java150 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
424 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1193 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput,
1198 if (mCachedExpandedRemoteInput != null
1199 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1201 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1203 mCachedExpandedRemoteInput = null;