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.java127 private RemoteInputView mCachedExpandedRemoteInput; field in NotificationContentView
394 mCachedExpandedRemoteInput = mExpandedRemoteInput; in setExpandedChild()
1155 mPreviousExpandedRemoteInputIntent, mCachedExpandedRemoteInput,
1160 if (mCachedExpandedRemoteInput != null
1161 && mCachedExpandedRemoteInput != mExpandedRemoteInput) {
1163 mCachedExpandedRemoteInput.dispatchFinishTemporaryDetach();
1165 mCachedExpandedRemoteInput = null;