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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 233 final int thisWidth = getWidth() - getPaddingLeft() - getPaddingRight();
236 final float pvScaleX = (float) thisWidth / width;
243 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;

Completed in 2828 milliseconds