HomeSort by relevance Sort by last modified time
    Searched defs:countY (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkEdgeClipper.cpp 208 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
209 for (int y = 0; y <= countY; y++) {
356 int countY = SkChopCubicAtYExtrema(srcPts, monoY);
357 for (int y = 0; y <= countY; y++) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 88 final int countY = cellLayout.getCountY();
100 countY, matrix, iconIndex, pageIndex, pageCount, isLayoutRtl);
131 child = newParent.getChildAt(countX - 1, countY - 1);
205 int countY = -1;
229 countY = iconLayout.getCountY() + hotseatLayout.getCountY();
238 countY = iconLayout.getCountY();
248 countY = hotseatLayout.getCountY();
254 countY, matrix, iconIndex, pageIndex, pageCount, Utilities.isRtl(v.getResources()));
308 int countY = iconLayout.getCountY();
321 countY = countY + 1
    [all...]
AppWidgetResizeFrame.java 239 int countY = mCellLayout.getCountY();
285 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
LauncherModel.java     [all...]
CellLayout.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 283 int countY;
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY();
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
367 if (y < (countY - 1)) {
    [all...]
AppWidgetResizeFrame.java 242 int countY = mCellLayout.getCountY();
288 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
Folder.java 765 int countY = mContent.getCountY();
770 int oldCountY = countY;
771 if (countX * countY < count) {
773 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
775 } else if (countY < mMaxCountY) {
776 countY++;
778 if (countY == 0) countY++;
779 } else if ((countY - 1) * countX >= count && countY >= countX)
    [all...]
CellLayout.java     [all...]

Completed in 97 milliseconds