Home
last modified time | relevance | path

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

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