Home
last modified time | relevance | path

Searched refs:mLastHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
DSpringView.java30 private float mLastHeight = 175; field in SpringView
45 mLastHeight = height; in setMassHeight()
57 float sectionHeight = mLastHeight / num; in onDraw()
68 canvas.drawLine(lastX, lastY, x, mLastHeight, mPaint); in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java57 private float mLastHeight; field in DragDownHelper
111 mLastHeight = y - mInitialTouchY; in onTouchEvent()
114 handleExpansion(mLastHeight, mStartingChild); in onTouchEvent()
116 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()
118 if (mLastHeight > mMinDragDistance) { in onTouchEvent()
206 ValueAnimator anim = ValueAnimator.ofFloat(mLastHeight, 0); in cancelExpansion()
/frameworks/base/core/java/android/widget/
DPopupWindow.java189 private int mLastHeight; field in PopupWindow
1488 p.height = mLastHeight = mHeightMode; in createPopupLayoutParams()
1490 p.height = mLastHeight = mHeight; in createPopupLayoutParams()
2119 mLastHeight = height; in update()
2137 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight; in update()
2139 p.height = mLastHeight = finalHeight; in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java210 private int mLastHeight; field in TaskStackView
1210 boolean resetToInitialState = (width != mLastWidth || height != mLastHeight) in onMeasure()
1246 mLastHeight = height; in onMeasure()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7119 Landroid/widget/PopupWindow;->mLastHeight:I
Dhiddenapi-private-dex.txt103495 Landroid/widget/PopupWindow;->mLastHeight:I