Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java43 private FrameLayout mHostLayout; field in AboveShelfObserverTest
54 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAboveShelfObserver.java30 private final ViewGroup mHostLayout; field in AboveShelfObserver
35 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java68 public NotificationStackScrollLayout mHostLayout; field in StackStateAnimator
90 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 …]