HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerHandleView.java 59 return object.mCurrentHeight;
64 object.mCurrentHeight = value;
74 private int mCurrentHeight;
85 mCurrentHeight = mHeight;
100 mCurrentHeight = mCircleDiameter;
103 mCurrentHeight = mHeight;
117 mCurrentHeight, targetHeight);
138 int top = getHeight() / 2 - mCurrentHeight / 2;
139 int radius = Math.min(mCurrentWidth, mCurrentHeight) / 2;
140 canvas.drawRoundRect(left, top, left + mCurrentWidth, top + mCurrentHeight,
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
KeypadChannelSwitchView.java 78 mCurrentHeight = 0;
99 // NOTE: getHeight() will be updated after layout() is called. mCurrentHeight is needed for
101 private int mCurrentHeight;
212 mCurrentHeight = 0;
314 if (mCurrentHeight == 0) {
316 mCurrentHeight = targetHeight;
318 } else if (mCurrentHeight != targetHeight){
325 ValueAnimator animator = ValueAnimator.ofInt(mCurrentHeight, targetHeight);
331 mCurrentHeight = value;
ChannelBannerView.java 131 private int mCurrentHeight;
140 mCurrentHeight = 0;
282 mCurrentHeight = 0;
746 if (mCurrentHeight == 0 || !isShown()) {
748 mCurrentHeight = targetHeight;
754 } else if (mCurrentHeight != targetHeight || needProgramDescriptionFadeAnimation) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 98 private float mCurrentHeight;
149 mCurrentHeight = h;
446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
525 mCurrentHeight = mOldHeight;

Completed in 686 milliseconds