Searched refs:mLastHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
H A DSpringView.java30 private float mLastHeight = 175; field in class:SpringView
45 mLastHeight = height;
57 float sectionHeight = mLastHeight / num;
68 canvas.drawLine(lastX, lastY, x, mLastHeight, mPaint);
/frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
H A DSpringView.java30 private float mLastHeight = 175; field in class:SpringView
45 mLastHeight = height;
57 float sectionHeight = mLastHeight / num;
68 canvas.drawLine(lastX, lastY, x, mLastHeight, mPaint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java56 private float mLastHeight; field in class:DragDownHelper
110 mLastHeight = y - mInitialTouchY;
113 handleExpansion(mLastHeight, mStartingChild);
115 mDragDownCallback.setEmptyDragAmount(mLastHeight);
117 if (mLastHeight > mMinDragDistance) {
202 ValueAnimator anim = ValueAnimator.ofFloat(mLastHeight, 0);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java189 private int mLastHeight; field in class:PopupWindow
1483 p.height = mLastHeight = mHeightMode;
1485 p.height = mLastHeight = mHeight;
2114 mLastHeight = height;
2132 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight;
2134 p.height = mLastHeight = finalHeight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java221 private int mLastHeight; field in class:TaskStackView
1285 boolean resetToInitialState = (width != mLastWidth || height != mLastHeight)
1321 mLastHeight = height;

Completed in 552 milliseconds