Home
last modified time | relevance | path

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

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