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

  /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 262 int photoHeight = mOptions.outHeight;
275 photo.setTag(R.id.photo_height, new Integer(photoHeight));
427 float photoHeight = photo.getHeight();
429 float scale = Math.min(getHeight() / photoHeight, getWidth() / photoWidth);
433 float y = (getHeight() - photoHeight) / 2f;
PhotoTouchListener.java 124 final float photoHeight = ((Integer) target.getTag(R.id.photo_height)).floatValue();
128 Math.min(photoWidth * mTableRatio, photoHeight * mTableRatio) / 2f;

Completed in 67 milliseconds