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() 614 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight); in onInterceptTouchEvent() 654 return mExpandedHeight; in getContentHeight() 734 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight() 739 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) { in flingToHeight() [all …]
|
D | HeadsUpAppearanceController.java | 61 float mExpandedHeight; field in HeadsUpAppearanceController 355 boolean changedHeight = expandedHeight != mExpandedHeight; in setExpandedHeight() 356 mExpandedHeight = expandedHeight; in setExpandedHeight() 411 mExpandedHeight = oldController.mExpandedHeight; in readFrom()
|
D | NotificationPanelView.java | 1954 Math.min(1.0f, mNotificationStackScroller.getAppearFraction(mExpandedHeight))) in getHeaderTranslation()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 155 Assert.assertEquals(mHeadsUpAppearanceController.mExpandedHeight, in testHeaderReadFromOldController() 156 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 1269 mExpandedHeight = height; 1331 listener.accept(mExpandedHeight, appearFraction); 2794 setExpandedHeight(mExpandedHeight);
|