HomeSort by relevance Sort by last modified time
    Searched refs:slotGap (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 46 slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.albumset_slot_gap);
84 slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.album_slot_gap);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 381 // (2) Specify rowsLand, rowsPort, and slotGap: they specify the number
392 public int slotGap = -1;
502 mSlotGap = mSpec.slotGap;

Completed in 36 milliseconds