Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java151 private RemoteInputView mCachedHeadsUpRemoteInput; field in NotificationContentView
462 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in setHeadsUpChild()
1209 mPreviousHeadsUpRemoteInputIntent, mCachedHeadsUpRemoteInput, mHeadsUpWrapper);
1213 if (mCachedHeadsUpRemoteInput != null
1214 && mCachedHeadsUpRemoteInput != mHeadsUpRemoteInput) {
1216 mCachedHeadsUpRemoteInput.dispatchFinishTemporaryDetach();
1218 mCachedHeadsUpRemoteInput = null;