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.java187 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
468 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1374 mCachedExpandedRemoteInput, mCachedExpandedRemoteInputViewController,
1388 if (mCachedExpandedRemoteInput != null
1389 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1391 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1393 mCachedExpandedRemoteInput = null;