Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerHandleView.java60 return object.mCurrentHeight;
65 object.mCurrentHeight = value;
76 private int mCurrentHeight; field in DividerHandleView
99 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java119 private float mCurrentHeight; field in ExpandHelper
171 mCurrentHeight = h; in setHeight()
477 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent()
556 mCurrentHeight = mOldHeight; in startExpanding()