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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 155 int extraRows = 0;
158 extraRows++;
161 return extraRows;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 437 Set<Integer> extraRows = null;
440 if (extraRows == null) {
441 extraRows = new HashSet<Integer>();
443 extraRows.add(view.row);
446 if (extraRows != null && declaredRowCount != UNDEFINED) {
447 List<Integer> rows = new ArrayList<Integer>(extraRows);
    [all...]

Completed in 145 milliseconds