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

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 762 int countY = mContent.getCountY();
767 int oldCountY = countY;
768 if (countX * countY < count) {
770 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
772 } else if (countY < mMaxCountY) {
773 countY++;
775 if (countY == 0) countY++;
776 } 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 242 int countY = mCellLayout.getCountY();
288 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 846 int countY = mContent.getCountY();
851 int oldCountY = countY;
852 if (countX * countY < count) {
854 if ((countX <= countY || countY == mMaxCountY) && countX < mMaxCountX) {
856 } else if (countY < mMaxCountY) {
857 countY++;
859 if (countY == 0) countY++;
860 } else if ((countY - 1) * countX >= count && countY >= countX)
    [all...]
ShortcutAndWidgetContainer.java 55 int countX, int countY) {
61 mCountY = countY;
FocusHelper.java 282 int countY;
287 countY = ((CellLayout) parentLayout).getCountY();
291 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
366 if (y < (countY - 1)) {
    [all...]
AppWidgetResizeFrame.java 241 int countY = mCellLayout.getCountY();
287 vSpanInc = Math.min(countY - (cellY + spanY), vSpanInc);
DynamicGrid.java 348 int calculateCellHeight(int height, int countY) {
349 return height / countY;
CellLayout.java     [all...]
LauncherModel.java     [all...]
Workspace.java     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkEdgeClipper.cpp 206 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
207 for (int y = 0; y <= countY; y++) {
414 int countY = SkChopCubicAtYExtrema(srcPts, monoY);
415 for (int y = 0; y <= countY; y++) {
  /external/skia/src/core/
SkEdgeClipper.cpp 206 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
207 for (int y = 0; y <= countY; y++) {
414 int countY = SkChopCubicAtYExtrema(srcPts, monoY);
415 for (int y = 0; y <= countY; y++) {
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]

Completed in 350 milliseconds