Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java484 ExpandableView expandableView = (ExpandableView) child; in getMaxAllowedChildHeight() local
485 return expandableView.getActualHeight(); in getMaxAllowedChildHeight()
DNotificationStackScrollLayout.java1337 ExpandableView expandableView = (ExpandableView) child; in updateContentHeight() local
1338 height += expandableView.getActualHeight(); in updateContentHeight()
1611 ExpandableView expandableView = (ExpandableView) view; in getIntrinsicHeight() local
1612 return expandableView.getIntrinsicHeight(); in getIntrinsicHeight()