Searched refs:mHostLayout (Results 1 – 3 of 3) sorted by relevance
43 private FrameLayout mHostLayout; field in AboveShelfObserverTest54 mHostLayout = new FrameLayout(getContext()); in setUp()55 mObserver = new AboveShelfObserver(mHostLayout); in setUp()58 mHostLayout.addView(row); in setUp()61 mHostLayout.addView(row); in setUp()67 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingAbove()75 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testObserverChangesWhenGoingBelow()84 ExpandableNotificationRow row = (ExpandableNotificationRow) mHostLayout.getChildAt(0); in testStaysAboveWhenOneGoesAway()86 row = (ExpandableNotificationRow) mHostLayout.getChildAt(1); in testStaysAboveWhenOneGoesAway()
30 private final ViewGroup mHostLayout; field in AboveShelfObserver35 mHostLayout = hostLayout; in AboveShelfObserver()45 if (!hasViewsAboveShelf && mHostLayout != null) { in onAboveShelfStateChanged()46 int n = mHostLayout.getChildCount(); in onAboveShelfStateChanged()48 View child = mHostLayout.getChildAt(i); in onAboveShelfStateChanged()
68 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator90 mHostLayout = hostLayout; in StackStateAnimator()125 int childCount = mHostLayout.getChildCount(); in startAnimationForEvents()132 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents()243 ? mHostLayout.getLastChildNotGone() in calculateChildAnimationDelay()322 mHostLayout.onChildAnimationFinished(); in onAnimationFinished()395 if (mHostLayout.isFullySwipedOut(changingView) in processAnimationEvents()424 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()425 changingView.setTransientContainer(mHostLayout); in processAnimationEvents()446 mHostLayout.getLocationOnScreen(mTmpLocation); in processAnimationEvents()[all …]