OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slotViewSpec
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java
30
public SlotView.Spec
slotViewSpec
;
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
;
99
slotViewSpec
= new SlotView.Spec();
100
slotViewSpec
.rowsLand = r.getInteger(R.integer.album_rows_land);
101
slotViewSpec
.rowsPort = r.getInteger(R.integer.album_rows_port)
[
all
...]
ManageCachePage.java
292
mSlotView = new SlotView(mActivity, config.
slotViewSpec
);
AlbumPage.java
472
mSlotView = new SlotView(mActivity, config.
slotViewSpec
);
AlbumSetPage.java
491
mSlotView = new SlotView(mActivity, mConfig.
slotViewSpec
);
Completed in 125 milliseconds