Home
last modified time | relevance | path

Searched refs:PHOTO_SIZE_DIP (Results 1 – 1 of 1) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DContactPhotoBinder.java43 private static final int PHOTO_SIZE_DIP = 54; field in ContactPhotoBinder
59 mPhotoSize = (int) (PHOTO_SIZE_DIP * mResources.getDisplayMetrics().density + 0.5f); in ContactPhotoBinder()