Searched refs:mHostLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java81 public NotificationStackScrollLayout mHostLayout; field in class:StackStateAnimator
103 mHostLayout = hostLayout;
122 int childCount = mHostLayout.getChildCount();
128 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
177 int childCount = mHostLayout.getChildCount();
179 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
344 ? mHostLayout.getLastChildNotGone()
374 referenceIndex = mHostLayout.getNotGoneChildCount() - 1;
803 mHostLayout.onChildAnimationFinished();
805 mHostLayout
[all...]

Completed in 99 milliseconds