Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DConfig.java51 slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.albumset_slot_gap); in AlbumSetPage()
102 slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.album_slot_gap); in AlbumPage()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java392 public int slotGap = -1; field in SlotView.Spec
502 mSlotGap = mSpec.slotGap; in initLayoutParameters()