Searched refs:mCurrentHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java59 return object.mCurrentHeight;
64 object.mCurrentHeight = value;
74 private int mCurrentHeight; field in class:DividerHandleView
85 mCurrentHeight = mHeight;
100 mCurrentHeight = mCircleDiameter;
103 mCurrentHeight = mHeight;
117 mCurrentHeight, targetHeight);
138 int top = getHeight() / 2 - mCurrentHeight / 2;
139 int radius = Math.min(mCurrentWidth, mCurrentHeight) / 2;
140 canvas.drawRoundRect(left, top, left + mCurrentWidth, top + mCurrentHeight,
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java98 private float mCurrentHeight; field in class:ExpandHelper
149 mCurrentHeight = h;
446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
525 mCurrentHeight = mOldHeight;

Completed in 59 milliseconds