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 DividerHandleView99 mCurrentHeight = mHeight; in updateDimens()136 mCurrentHeight = stateOn ? stateHeight : mHeight; in setInputState()148 mCurrentHeight, targetHeight); in animateToTarget()169 int top = getHeight() / 2 - mCurrentHeight / 2; in onDraw()170 int radius = Math.min(mCurrentWidth, mCurrentHeight) / 2; in onDraw()171 canvas.drawRoundRect(left, top, left + mCurrentWidth, top + mCurrentHeight, in onDraw()
119 private float mCurrentHeight; field in ExpandHelper171 mCurrentHeight = h; in setHeight()477 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()556 mCurrentHeight = mOldHeight; in startExpanding()