Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java129 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning() local
132 setIconAnimationRunningForChild(running, expandedChild); in setIconAnimationRunning()
651 View expandedChild = mPrivateLayout.getExpandedChild(); in updateMaxHeights() local
652 if (expandedChild == null) { in updateMaxHeights()
653 expandedChild = mPrivateLayout.getContractedChild(); in updateMaxHeights()
655 mMaxExpandHeight = expandedChild.getHeight(); in updateMaxHeights()