Home
last modified time | relevance | path

Searched refs:mExpandedHeight (Results 1 – 6 of 6) 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/
DPanelView.java86 protected float mExpandedHeight = 0; field in PanelView
310 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent()
345 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight); in onTouchEvent()
367 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent()
383 mInitialOffsetOnTouch = mExpandedHeight; in onTouchEvent()
385 mMinExpandHeight = mExpandedHeight; in onTouchEvent()
618 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight); in onInterceptTouchEvent()
658 return mExpandedHeight; in getContentHeight()
742 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight()
747 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) { in flingToHeight()
[all …]
DHeadsUpAppearanceController.java73 float mExpandedHeight; field in HeadsUpAppearanceController
395 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction()
396 mExpandedHeight = expandedHeight; in setAppearFraction()
454 mExpandedHeight = oldController.mExpandedHeight; in readFrom()
DNotificationPanelView.java2246 float appearAmount = mNotificationStackScroller.calculateAppearFraction(mExpandedHeight); in getHeaderTranslation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java169 Assert.assertEquals(mHeadsUpAppearanceController.mExpandedHeight, in testHeaderReadFromOldController()
170 newController.mExpandedHeight, 0.0f); in testHeaderReadFromOldController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java194 private float mExpandedHeight; field in NotificationStackScrollLayout
1294 mExpandedHeight = height;
1364 appear = MathUtils.saturate(calculateAppearFraction(mExpandedHeight));
1365 expandAmount = mExpandedHeight;
2838 setExpandedHeight(mExpandedHeight);