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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactPhotoEditorView.java63 private final float mLandscapePhotoRatio; field in class:CompactPhotoEditorView
86 mLandscapePhotoRatio = getTypedFloat(R.dimen.quickcontact_landscape_photo_ratio);
190 photoWidth = (int) (photoHeight * mLandscapePhotoRatio);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java157 private final float mLandscapePhotoRatio; field in class:MultiShrinkScroller
270 mLandscapePhotoRatio = photoRatio.getFloat();
352 photoLayoutParams.width = (int) (mMaximumHeaderHeight * mLandscapePhotoRatio);

Completed in 190 milliseconds