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

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java141 private LayoutParams mPhotoEndParams; field in class:PhotoSelectionActivity
365 if (mPhotoEndParams == null) {
366 mPhotoEndParams = new LayoutParams(mPhotoStartParams);
374 mPhotoEndParams.width = adjustedPhotoSize;
375 mPhotoEndParams.height = adjustedPhotoSize;
376 mPhotoEndParams.topMargin =
378 mPhotoEndParams.leftMargin =
380 mPhotoEndParams.bottomMargin = 0;
381 mPhotoEndParams.rightMargin = 0;
385 return mPhotoEndParams;
[all...]

Completed in 102 milliseconds