Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java158 int widthScale = localDisplayMetrics.widthPixels / pixelSize; in onCreateView() local
161 mColumnWidth = (localDisplayMetrics.widthPixels / widthScale); in onCreateView()