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.java156 private RemoteInputView mCachedHeadsUpRemoteInput; field in NotificationContentView
491 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in setHeadsUpChild()
1303 mPreviousHeadsUpRemoteInputIntent, mCachedHeadsUpRemoteInput, mHeadsUpWrapper);
1307 if (mCachedHeadsUpRemoteInput != null
1308 && mCachedHeadsUpRemoteInput != mHeadsUpRemoteInput) {
1310 mCachedHeadsUpRemoteInput.dispatchFinishTemporaryDetach();
1312 mCachedHeadsUpRemoteInput = null;