Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java59 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator
81 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java62 private NotificationStackScrollLayout mHostLayout; field in NotificationShelf
100 mHostLayout = hostLayout; in bind()
221 while (notificationIndex < mHostLayout.getChildCount()) { in updateAppearance()
222 ExpandableView child = (ExpandableView) mHostLayout.getChildAt(notificationIndex); in updateAppearance()