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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 235 final int thisWidth = getWidth() - getPaddingLeft() - getPaddingRight();
238 final float pvScaleX = (float) thisWidth / width;
245 final float pvTransX = pvWidth < thisWidth ? (thisWidth - pvWidth) / 2 : 0;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 762 float thisWidth = getWidth();
765 float z1 = thisWidth / width * .6F;
GridViewSpecial.java 900 public void doDraw(Canvas canvas, int thisWidth, int thisHeight,
    [all...]

Completed in 452 milliseconds