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.java237 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning() local
240 setIconAnimationRunningForChild(running, expandedChild); in setIconAnimationRunning()
586 View expandedChild = layout.getExpandedChild();
589 setChronometerRunningForChild(running, expandedChild);
1293 View expandedChild = mPrivateLayout.getExpandedChild();
1294 if (expandedChild == null) {
1295 expandedChild = mPrivateLayout.getContractedChild();
1297 mMaxExpandHeight = expandedChild.getHeight();