Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java96 private View mExpandedChild; field in NotificationContentView
210 if (mExpandedChild != null) { in onMeasure()
252 if (mExpandedChild != null in onMeasure()
319 if (mExpandedChild != null) { in onLayout()
346 return mExpandedChild; in getExpandedChild()
397 if (mExpandedChild != null) { in setExpandedChild()
414 mExpandedChild = null; in setExpandedChild()
425 mExpandedChild = child; in setExpandedChild()
702 if (mExpandedChild != null) { in getMaxHeight()
989 mExpandedChild, in getAllViews()
[all …]