Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java503 ((ViewGroup)mHeadsUpRemoteInput.getParent()).removeView(mHeadsUpRemoteInput); in setHeadsUpChild()
509 mHeadsUpRemoteInput = null; in setHeadsUpChild()
658 if (mHeadsUpRemoteInput != null && mHeadsUpRemoteInput.isAnimatingAppearance() in getMinContentHeightHint()
933 if (mHeadsUpRemoteInput != null) { in setBackgroundTintColor()
1299 mHeadsUpRemoteInput = null;
1662 if (mHeadsUpRemoteInput != null) {
1663 mHeadsUpRemoteInput.close();
1802 if (mHeadsUpRemoteInput != null) {
1964 if (mHeadsUpRemoteInput != null && mHeadsUpRemoteInput.isActive()) {
2001 return mHeadsUpRemoteInput;
[all …]