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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 117 int minRowX = Integer.MAX_VALUE;
123 minRowX = Math.min(minRowX, lp.x);
127 int maxRowWidth = maxRowX - minRowX;
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayoutChildren.java 118 int minRowX = Integer.MAX_VALUE;
124 minRowX = Math.min(minRowX, lp.x);
128 int maxRowWidth = maxRowX - minRowX;

Completed in 70 milliseconds