Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java453 ((ViewGroup)mExpandedRemoteInput.getParent()).removeView(mExpandedRemoteInput); in setExpandedChild()
459 mExpandedRemoteInput = null; in setExpandedChild()
930 if (mExpandedRemoteInput != null) { in setBackgroundTintColor()
1274 mExpandedRemoteInput = null;
1665 if (mExpandedRemoteInput != null) {
1666 mExpandedRemoteInput.close();
1799 if (mExpandedRemoteInput != null) {
1961 if (mExpandedRemoteInput != null && mExpandedRemoteInput.isActive()) {
1999 return mExpandedRemoteInput;
2129 return mExpandedRemoteInput;
[all …]