Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java73 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator
90 mHostLayout = hostLayout; in StackStateAnimator()
108 int childCount = mHostLayout.getChildCount(); in startAnimationForEvents()
114 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents()
133 int childCount = mHostLayout.getChildCount(); in findLastNotAddedIndex()
135 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in findLastNotAddedIndex()
294 ? mHostLayout.getLastChildNotGone() in calculateChildAnimationDelay()
324 referenceIndex = mHostLayout.getNotGoneChildCount() - 1; in calculateDelayDark()
750 mHostLayout.onChildAnimationFinished(); in onAnimationFinished()
788 mHostLayout.getOverlay().remove(changingView); in processAnimationEvents()
[all …]