HomeSort by relevance Sort by last modified time
    Searched refs:thisHeight (Results 1 - 3 of 3) 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;
GridViewSpecial.java 900 public void doDraw(Canvas canvas, int thisWidth, int thisHeight,
911 if (yPos >= scrollPos + thisHeight) {
    [all...]

Completed in 243 milliseconds