Searched refs:mExpandedHeight (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemsExpandOnSelectionTest.java | 32 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelViewController.java | 118 protected float mExpandedHeight = 0; field in PanelViewController 498 return mExpandedHeight; in getContentHeight() 600 mFlingAnimationUtils.apply(animator, mExpandedHeight, in flingToHeight() 719 if (currentMaxPanelHeight == mExpandedHeight) { in requestPanelHeightUpdate() 757 mExpandedHeight = Math.min(h, maxPanelHeight); in setExpandedHeightInternal() 759 mExpandedHeight = h; in setExpandedHeightInternal() 764 if (mExpandedHeight < 1f && mExpandedHeight != 0f && mClosing) { in setExpandedHeightInternal() 765 mExpandedHeight = 0f; in setExpandedHeightInternal() 772 onHeightUpdated(mExpandedHeight); in setExpandedHeightInternal() 820 return mExpandedHeight; in getExpandedHeight() [all …]
|
H A D | HeadsUpAppearanceController.java | 75 float mExpandedHeight; field in HeadsUpAppearanceController 141 mExpandedHeight = stackScrollerController.getExpandedHeight(); in HeadsUpAppearanceController() 352 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction() 355 mExpandedHeight = expandedHeight; in setAppearFraction() 384 return mExpandedHeight > 0; in isExpanded()
|
H A D | NotificationPanelViewController.java | 2979 .calculateAppearFraction(mExpandedHeight); in getHeaderTranslation()
|
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
H A D | TemperatureBarOverlay.java | 87 private int mExpandedHeight; field in TemperatureBarOverlay 114 mExpandedHeight = res.getDimensionPixelSize(R.dimen.temperature_bar_expanded_height); in onFinishInflate() 120 mExpandedYShift = mCollapsedYShift - ((mExpandedHeight - mCollapsedHeight)/ 2); in onFinishInflate() 200 mExpandedHeight) in getExpandAnimatons() 240 ValueAnimator heightAnimator = ValueAnimator.ofInt(mExpandedHeight, mCollapsedHeight) in getCollapseAnimations()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpAppearanceControllerTest.java | 186 Assert.assertEquals(expandedHeight, newController.mExpandedHeight, 0.0f); in constructor_animationValuesUpdated()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 168 private float mExpandedHeight; field in NotificationStackScrollLayout 1310 mExpandedHeight = height; 1383 appear = MathUtils.saturate(calculateAppearFraction(mExpandedHeight)); 1384 expandAmount = mExpandedHeight; 2566 setExpandedHeight(mExpandedHeight);
|