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

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 771 int countY = mContent.getCountY();
776 int oldCountY = countY;
777 if (countX * countY < count) {
779 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
781 } else if (countY < mMaxCountY) {
782 countY++;
784 if (countY == 0) countY++;
785 } else if ((countY - 1) * countX >= count && countY >= countX)
    [all...]
FocusHelper.java 283 int countY;
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY();
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
367 if (y < (countY - 1)) {
    [all...]
AppWidgetResizeFrame.java 239 int countY = mCellLayout.getCountY();
285 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
CellLayout.java     [all...]
  /external/skia/src/core/
SkEdgeClipper.cpp 198 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
199 for (int y = 0; y <= countY; y++) {
404 int countY = SkChopCubicAtYExtrema(srcPts, monoY);
405 for (int y = 0; y <= countY; y++) {

Completed in 177 milliseconds