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

  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 152 final int photoHeight, photoWidth;
155 photoWidth = (int) (photoHeight * mLandscapePhotoRatio);
158 photoWidth = getWidth();
159 photoHeight = (int) (photoWidth / mPortraitPhotoRatio);
163 layoutParams.width = photoWidth;
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 160 result.photoWidth = width;
168 private int photoWidth;
177 cb.onSizeReady(photoWidth, photoHeight);
  /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...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 

Completed in 246 milliseconds