Home
last modified time | relevance | path

Searched refs:mExpandedHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemsExpandOnSelectionTest.java32 private int mExpandedHeight; field in ListItemsExpandOnSelectionTest
46 mExpandedHeight = mListView.getChildAt(0).getHeight(); in setUp()
54 mExpandedHeight, (int) (mNormalHeight * 1.5)); in testPreconditions()
94 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight()); in testMoveSelectionDownRequiringScroll()
117 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight()); in testMoveSelectionUpRequiringScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java97 float mExpandedHeight; field in HeadsUpAppearanceController
146 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController()
379 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()
382 mExpandedHeight = expandedHeight; in setAppearFraction()
413 return mExpandedHeight > 0; in isExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java374 private float mExpandedHeight = 0; field in NotificationPanelViewController
2135 if (target == mExpandedHeight && mOverExpansion == 0.0f) { in flingToHeight()
2165 this.mFlingAnimationUtils.apply(animator, mExpandedHeight, in flingToHeight()
2176 long duration = (long) (200 + mExpandedHeight / this.mView.getHeight() * 100); in flingToHeight()
2179 mFlingAnimationUtilsDismissing.apply(animator, mExpandedHeight, target, vel, in flingToHeight()
2184 animator, mExpandedHeight, target, vel, this.mView.getHeight()); in flingToHeight()
3494 ipw.print("mExpandedHeight="); ipw.println(mExpandedHeight);
3984 if (currentMaxPanelHeight == mExpandedHeight) {
4024 mExpandedHeight = Math.min(h, maxPanelHeight);
4027 if (mExpandedHeight < 1f && mExpandedHeight != 0f && isClosing()) {
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java217 assertEquals(expandedHeight, newController.mExpandedHeight, 0.0f); in constructor_animationValuesUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java176 private float mExpandedHeight; field in NotificationStackScrollLayout
1538 mExpandedHeight = height;
1576 stackHeight = (int) (skipHeightUpdate ? mExpandedHeight : height);
1613 appear = MathUtils.saturate(calculateAppearFraction(mExpandedHeight));
1614 expandAmount = mExpandedHeight;
2661 setExpandedHeight(mExpandedHeight); in updateTopPadding()