Home
last modified time | relevance | path

Searched refs:mExpandedHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemsExpandOnSelectionTest.java31 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/
DPanelView.java81 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 …]
DHeadsUpAppearanceController.java56 private float mExpandedHeight; field in HeadsUpAppearanceController
244 boolean changedHeight = expandedHeight != mExpandedHeight; in setExpandedHeight()
245 mExpandedHeight = expandedHeight; in setExpandedHeight()
DNotificationPanelView.java1720 Math.min(1.0f, mNotificationStackScroller.getAppearFraction(mExpandedHeight))) in getHeaderTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java146 private float mExpandedHeight; field in NotificationStackScrollLayout
873 mExpandedHeight = height; in setExpandedHeight()
934 listener.accept(mExpandedHeight, appearFraction); in setExpandedHeight()
2595 setExpandedHeight(mExpandedHeight);