Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java142 float portSpaces = mLargeColumnUnitCount / PORT_UNITS; in onMeasure() local
143 float height = getMeasuredHeight() / portSpaces; in onMeasure()
145 portSpaces++; in onMeasure()
146 height = getMeasuredHeight() / portSpaces; in onMeasure()