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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 191 int photoWidth = mPhotoBitmap.getWidth();
196 float scale = (float) canvasWidth / photoWidth;
206 float scaledWidth = scale * photoWidth;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 468 int photoWidth = options.outWidth;
481 photo.setTag(R.id.photo_width, Integer.valueOf(photoWidth));
715 float photoWidth = photo.getWidth();
717 float scale = Math.min(getHeight() / photoHeight, getWidth() / photoWidth);
719 float x = (getWidth() - photoWidth) / 2f;
722 float offset = (((float) mWidth + scale * (photoWidth - 2f * mInset)) / 2f);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 323 int photoWidth = getPhotoEndParams().width;
326 ContactPhotoManager.getInstance(this).loadPhoto(mPhotoView, mPhotoUri, photoWidth,
330 mPhotoView.setImageResource(ContactPhotoManager.getDefaultAvatarResId(this, photoWidth,

Completed in 144 milliseconds