Searched refs:mHostLayout (Results 1 – 2 of 2) sorted by relevance
59 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator81 mHostLayout = hostLayout; in StackStateAnimator()121 int childCount = mHostLayout.getChildCount(); in startAnimationForEvents()127 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents()205 int childCount = mHostLayout.getChildCount(); in findLastNotAddedIndex()207 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in findLastNotAddedIndex()249 ? mHostLayout.getLastChildNotGone() in calculateChildAnimationDelay()329 mHostLayout.onChildAnimationFinished(); in onAnimationFinished()410 mHostLayout.getOverlay().remove(changingView); in processAnimationEvents()438 mHostLayout.getOverlay().add(changingView); in processAnimationEvents()[all …]
62 private NotificationStackScrollLayout mHostLayout; field in NotificationShelf100 mHostLayout = hostLayout; in bind()221 while (notificationIndex < mHostLayout.getChildCount()) { in updateAppearance()222 ExpandableView child = (ExpandableView) mHostLayout.getChildAt(notificationIndex); in updateAppearance()