Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java180 private RemoteInputView mCachedHeadsUpRemoteInput; field in NotificationContentView
500 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in setHeadsUpChild()
1291 mCachedHeadsUpRemoteInput, mCachedHeadsUpRemoteInputViewController,
1305 if (mCachedHeadsUpRemoteInput != null
1306 && mCachedHeadsUpRemoteInput != mHeadsUpRemoteInput) {
1308 mCachedHeadsUpRemoteInput.dispatchFinishTemporaryDetach();
1310 mCachedHeadsUpRemoteInput = null;