Home | History | Annotate | Download | only in widget

Lines Matching refs:mBounds

107     private final Rect mBounds = new Rect();
148 mBounds.set(mBounds.left, mBounds.top, width, (int) Math.min(height, h));
224 Math.sqrt(Math.abs(mPullDistance) * mBounds.height()) - 0.3d) / 0.7d);
324 final float centerX = mBounds.centerX();
325 final float centerY = mBounds.height() - mRadius;
330 float translateX = mBounds.width() * displacement / 2;
332 canvas.clipRect(mBounds);
353 return (int) (mBounds.height() * MAX_GLOW_SCALE + 0.5f);