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.java287 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning() local
290 setIconAnimationRunningForChild(running, expandedChild); in setIconAnimationRunning()
698 View expandedChild = layout.getExpandedChild();
701 setChronometerRunningForChild(running, expandedChild);
1670 View expandedChild = mPrivateLayout.getExpandedChild();
1671 if (expandedChild == null) {
1672 expandedChild = mPrivateLayout.getContractedChild();
1674 mMaxExpandHeight = expandedChild.getHeight();