Searched refs:slotViewSpec (Results 1 - 4 of 4) 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...]
H A DManageCachePage.java292 mSlotView = new SlotView(mActivity, config.slotViewSpec);
H A DAlbumPage.java472 mSlotView = new SlotView(mActivity, config.slotViewSpec);
H A DAlbumSetPage.java491 mSlotView = new SlotView(mActivity, mConfig.slotViewSpec);

Completed in 122 milliseconds