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.java166 private RemoteInputView mCachedHeadsUpRemoteInput; field in NotificationContentView
482 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in setHeadsUpChild()
1259 mPreviousHeadsUpRemoteInputIntent, mCachedHeadsUpRemoteInput, mHeadsUpWrapper);
1263 if (mCachedHeadsUpRemoteInput != null
1264 && mCachedHeadsUpRemoteInput != mHeadsUpRemoteInput) {
1266 mCachedHeadsUpRemoteInput.dispatchFinishTemporaryDetach();
1268 mCachedHeadsUpRemoteInput = null;