Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java104 private static final int IMAGE_GAP = GalleryUtils.dpToPixel(16); field in PositionController
406 if (mFilmMode) return IMAGE_GAP; in getDefaultGapSize()
409 return IMAGE_GAP + Math.max(gapToSide(a), gapToSide(b)); in getDefaultGapSize()