OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowsPort
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java
50
slotViewSpec.
rowsPort
= r.getInteger(R.integer.albumset_rows_port);
101
slotViewSpec.
rowsPort
= r.getInteger(R.integer.album_rows_port);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
380
// (2) Specify rowsLand,
rowsPort
, and slotGap: they specify the number
391
public int
rowsPort
= -1;
501
int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.
rowsPort
;
Completed in 173 milliseconds