Searched refs:mExpandedHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
D | ListItemsExpandOnSelectionTest.java | 31 private int mExpandedHeight; field in ListItemsExpandOnSelectionTest 45 mExpandedHeight = mListView.getChildAt(0).getHeight(); in setUp() 53 mExpandedHeight, (int) (mNormalHeight * 1.5)); in testPreconditions() 93 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight()); in testMoveSelectionDownRequiringScroll() 116 assertEquals("expanded height", mExpandedHeight, mListView.getSelectedView().getHeight()); in testMoveSelectionUpRequiringScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 81 protected float mExpandedHeight = 0; field in PanelView 302 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent() 340 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight); in onTouchEvent() 362 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent() 378 mInitialOffsetOnTouch = mExpandedHeight; in onTouchEvent() 380 mMinExpandHeight = mExpandedHeight; in onTouchEvent() 622 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight); in onInterceptTouchEvent() 672 return mExpandedHeight; in getContentHeight() 748 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight() 753 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) { in flingToHeight() [all …]
|
D | HeadsUpAppearanceController.java | 56 private float mExpandedHeight; field in HeadsUpAppearanceController 244 boolean changedHeight = expandedHeight != mExpandedHeight; in setExpandedHeight() 245 mExpandedHeight = expandedHeight; in setExpandedHeight()
|
D | NotificationPanelView.java | 1720 Math.min(1.0f, mNotificationStackScroller.getAppearFraction(mExpandedHeight))) in getHeaderTranslation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 146 private float mExpandedHeight; field in NotificationStackScrollLayout 873 mExpandedHeight = height; in setExpandedHeight() 934 listener.accept(mExpandedHeight, appearFraction); in setExpandedHeight() 2595 setExpandedHeight(mExpandedHeight);
|