Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java139 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
451 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1262 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput, in applyRemoteInput()
1267 if (mCachedExpandedRemoteInput != null in applyRemoteInput()
1268 && mCachedExpandedRemoteInput != mExpandedRemoteInput) { in applyRemoteInput()
1270 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach(); in applyRemoteInput()
1272 mCachedExpandedRemoteInput = null; in applyRemoteInput()