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.java155 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
453 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1287 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput,
1292 if (mCachedExpandedRemoteInput != null
1293 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1295 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1297 mCachedExpandedRemoteInput = null;