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 | 64 protected float mExpandedHeight = 0; field in PanelView 257 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent() 292 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight); in onTouchEvent() 313 startExpandMotion(x, y, false /* startTracking */, mExpandedHeight); in onTouchEvent() 521 startExpandMotion(x, y, true /* startTracking */, mExpandedHeight); in onInterceptTouchEvent() 568 return mExpandedHeight; in getContentHeight() 644 && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight() in flingToHeight() 649 if (target == mExpandedHeight || getOverExpansionAmount() > 0f && expand) { in flingToHeight() 659 mFlingAnimationUtils.apply(animator, mExpandedHeight, target, vel, getHeight()); in flingToHeight() 664 mFlingAnimationUtils.applyDismissing(animator, mExpandedHeight, target, vel, in flingToHeight() [all …]
|
D | KeyguardClockPositionAlgorithm.java | 48 private float mExpandedHeight; field in KeyguardClockPositionAlgorithm 92 mExpandedHeight = expandedHeight; in setup() 149 float value = (rubberbandFactor * (mMaxPanelHeight - mExpandedHeight)); in getClockYExpansionAdjustment()
|
D | NotificationPanelView.java | 1560 mNotificationStackScroller.getAppearFraction(mExpandedHeight)); in getHeaderTranslation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 115 private float mExpandedHeight; field in NotificationStackScrollLayout 671 mExpandedHeight = height; in setExpandedHeight() 2186 setExpandedHeight(mExpandedHeight); in updateTopPadding()
|