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.java165 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
440 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1243 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput,
1248 if (mCachedExpandedRemoteInput != null
1249 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1251 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1253 mCachedExpandedRemoteInput = null;