Searched refs:mCurrentHeight (Results 1 – 2 of 2) sorted by relevance
60 return object.mCurrentHeight;65 object.mCurrentHeight = value;76 private int mCurrentHeight; field in DividerHandleView90 mCurrentHeight = mHeight; in DividerHandleView()122 mCurrentHeight = stateOn ? stateHeight : mHeight; in setInputState()134 mCurrentHeight, targetHeight); in animateToTarget()155 int top = getHeight() / 2 - mCurrentHeight / 2; in onDraw()156 int radius = Math.min(mCurrentWidth, mCurrentHeight) / 2; in onDraw()157 canvas.drawRoundRect(left, top, left + mCurrentWidth, top + mCurrentHeight, in onDraw()
118 private float mCurrentHeight; field in ExpandHelper170 mCurrentHeight = h; in setHeight()476 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()555 mCurrentHeight = mOldHeight; in startExpanding()