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 77 mCurrentHeight = 0;
103 // NOTE: getHeight() will be updated after layout() is called. mCurrentHeight is needed for
105 private int mCurrentHeight;
222 mCurrentHeight = 0;
330 if (mCurrentHeight == 0) {
332 mCurrentHeight = targetHeight;
334 } else if (mCurrentHeight != targetHeight) {
341 ValueAnimator animator = ValueAnimator.ofInt(mCurrentHeight, targetHeight);
348 mCurrentHeight = value;
ChannelBannerView.java 129 private int mCurrentHeight;
277 mCurrentHeight = 0;
342 mCurrentHeight = 0;
    [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 100 milliseconds