Searched defs:mLandscapePhotoRatio (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java54 private final float mLandscapePhotoRatio; field in class:PhotoEditorView
74 mLandscapePhotoRatio = getTypedFloat(R.dimen.quickcontact_landscape_photo_ratio);
155 photoWidth = (int) (photoHeight * mLandscapePhotoRatio);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java164 private final float mLandscapePhotoRatio; field in class:MultiShrinkScroller
277 mLandscapePhotoRatio = photoRatio.getFloat();
375 photoLayoutParams.width = (int) (mMaximumHeaderHeight * mLandscapePhotoRatio);

Completed in 91 milliseconds