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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 192 int photoHeight = mPhotoBitmap.getHeight();
197 int scaledHeight = (int) (scale * photoHeight);
205 scale = (float) canvasHeight / photoHeight;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 249 final float photoHeight = mTabHeightScreenWidthFraction * width;
263 final int pixelsOfPhotoLeft = Math.round(photoHeight) + scrollOffset;
310 mPhotoView.setPivotY(photoHeight * 0.5f);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 469 int photoHeight = options.outHeight;
482 photo.setTag(R.id.photo_height, Integer.valueOf(photoHeight));
716 float photoHeight = photo.getHeight();
717 float scale = Math.min(getHeight() / photoHeight, getWidth() / photoWidth);
720 float y = (getHeight() - photoHeight) / 2f;
    [all...]

Completed in 100 milliseconds