Searched refs:mHostLayout (Results 1 – 4 of 4) 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()
70 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator93 mHostLayout = hostLayout; in StackStateAnimator()132 int childCount = mHostLayout.getChildCount(); in startAnimationForEvents()139 final ExpandableView child = (ExpandableView) mHostLayout.getChildAt(i); in startAnimationForEvents()250 ? mHostLayout.getLastChildNotGone() in calculateChildAnimationDelay()329 mHostLayout.onChildAnimationFinished(); in onAnimationFinished()431 if (mHostLayout.isFullySwipedOut(changingView)) { in processAnimationEvents()470 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()471 changingView.setTransientContainer(mHostLayout); in processAnimationEvents()513 final float startOverScrollAmount = mHostLayout.getCurrentOverScrollAmount(onTop); in animateOverScrollToAmount()[all …]
105 private NotificationStackScrollLayout mHostLayout; field in NotificationShelf148 mHostLayout = hostLayout; in bind()286 return mHostLayout.getSpeedBumpIndex(); in getSpeedBumpIndex()511 return (ExpandableView) mHostLayout.getChildAt(index);519 return mHostLayout.getChildCount();614 return mHostLayout.getTransientView(index);622 return mHostLayout.getTransientViewCount();1046 return mHostLayout.indexOfChild(child); in getIndexOfViewInHostLayout()