Searched refs:mExpandedHeight (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 86 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 …]
|
D | HeadsUpAppearanceController.java | 73 float mExpandedHeight; field in HeadsUpAppearanceController 395 boolean changed = expandedHeight != mExpandedHeight; in setAppearFraction() 396 mExpandedHeight = expandedHeight; in setAppearFraction() 454 mExpandedHeight = oldController.mExpandedHeight; in readFrom()
|
D | NotificationPanelView.java | 2246 float appearAmount = mNotificationStackScroller.calculateAppearFraction(mExpandedHeight); in getHeaderTranslation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 169 Assert.assertEquals(mHeadsUpAppearanceController.mExpandedHeight, in testHeaderReadFromOldController() 170 newController.mExpandedHeight, 0.0f); in testHeaderReadFromOldController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 194 private float mExpandedHeight; field in NotificationStackScrollLayout 1294 mExpandedHeight = height; 1364 appear = MathUtils.saturate(calculateAppearFraction(mExpandedHeight)); 1365 expandAmount = mExpandedHeight; 2838 setExpandedHeight(mExpandedHeight);
|