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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java73 public NotificationStackScrollLayout mHostLayout; field in class:StackStateAnimator
90 mHostLayout = hostLayout;
108 int childCount = mHostLayout.getChildCount();
114 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
133 int childCount = mHostLayout.getChildCount();
135 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i);
294 ? mHostLayout.getLastChildNotGone()
324 referenceIndex = mHostLayout.getNotGoneChildCount() - 1;
750 mHostLayout.onChildAnimationFinished();
788 mHostLayout
[all...]

Completed in 38 milliseconds