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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 45 slotViewSpec.rowsPort = r.getInteger(R.integer.albumset_rows_port);
83 slotViewSpec.rowsPort = r.getInteger(R.integer.album_rows_port);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 381 // (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 293 milliseconds