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/
DNotificationContentView.java140 private RemoteInputView mCachedHeadsUpRemoteInput; field in NotificationContentView
484 mCachedHeadsUpRemoteInput = mHeadsUpRemoteInput; in setHeadsUpChild()
1277 mPreviousHeadsUpRemoteInputIntent, mCachedHeadsUpRemoteInput, mHeadsUpWrapper); in applyRemoteInput()
1281 if (mCachedHeadsUpRemoteInput != null in applyRemoteInput()
1282 && mCachedHeadsUpRemoteInput != mHeadsUpRemoteInput) { in applyRemoteInput()
1284 mCachedHeadsUpRemoteInput.dispatchFinishTemporaryDetach(); in applyRemoteInput()
1286 mCachedHeadsUpRemoteInput = null; in applyRemoteInput()