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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 236 final int thisHeight = getHeight() - getPaddingTop() - getPaddingBottom();
239 final float pvScaleY = (float) thisHeight / height;
246 final float pvTransY = pvHeight < thisHeight ? (thisHeight - pvHeight) / 2 : 0;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 763 float thisHeight = getHeight();
766 float z2 = thisHeight / height * .6F;

Completed in 508 milliseconds