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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
rsAllocationCopyTest.java 269 int yCount = random.nextInt(height - yOff);
289 s.set_yCount(yCount);
298 if (yOff <= i && i < yOff + yCount &&
323 int yCount = random.nextInt(height - yOff);
345 s.set_yCount(yCount);
354 if (yOff <= i && i < yOff + yCount &&
379 int yCount = random.nextInt(height - yOff);
401 s.set_yCount(yCount);
410 if (yOff <= i && i < yOff + yCount &&
435 int yCount = random.nextInt(height - yOff)
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 55 uint32_t yCount = patch->numYDivs;
57 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
67 const uint32_t yStretchCount = (yCount + 1) >> 1;
89 for (uint32_t i = 1; i < yCount; i += 2) {
109 for (uint32_t i = 0; i < yCount; i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 339 final int yCount = LauncherModel.getCellCountY();
340 boolean[][] occupied = new boolean[xCount][yCount];
353 for (int y = cellY; 0 <= y && y < cellY + spanY && y < yCount; y++) {
361 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 221 int yCount = size.y / backgroundLayerHeight
227 for (int y = 0; y < yCount; y++) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 801 int32_t yCount = 0;
826 ++yCount;
886 if ( yCount != 0 ) {
887 for (i = 0; i < yCount; ++i) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 408 final int yCount = (int) profile.numRows;
409 boolean[][] occupied = new boolean[xCount][yCount];
415 for (int y = r.cellY; 0 <= y && y < bottom && y < yCount; y++) {
421 return Utilities.findVacantCell(xy, spanX, spanY, xCount, yCount, occupied);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 778 milliseconds