Searched defs:slotViewSpec (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java30 public SlotView.Spec slotViewSpec; field in class:Config.AlbumSetPage
48 slotViewSpec = new SlotView.Spec();
49 slotViewSpec.rowsLand = r.getInteger(R.integer.albumset_rows_land);
50 slotViewSpec.rowsPort = r.getInteger(R.integer.albumset_rows_port);
51 slotViewSpec.slotGap = r.getDimensionPixelSize(R.dimen.albumset_slot_gap);
52 slotViewSpec.slotHeightAdditional = 0;
84 public SlotView.Spec slotViewSpec; field in class:Config.AlbumPage
99 slotViewSpec = new SlotView.Spec();
100 slotViewSpec.rowsLand = r.getInteger(R.integer.album_rows_land);
101 slotViewSpec
[all...]

Completed in 35 milliseconds