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

  /frameworks/base/libs/hwui/
Patch.cpp 75 uint32_t yCount = patch->numYDivs;
77 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
87 const uint32_t yStretchCount = (yCount + 1) >> 1;
109 for (uint32_t i = 1; i < yCount; i += 2) {
129 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/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 782 int32_t yCount = 0;
807 ++yCount;
865 if ( yCount != 0 ) {
866 for (i = 0; i < yCount; ++i) {
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 782 int32_t yCount = 0;
807 ++yCount;
867 if ( yCount != 0 ) {
868 for (i = 0; i < yCount; ++i) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 292 final int yCount = (int) grid.numRows;
293 boolean[][] occupied = new boolean[xCount][yCount];
305 for (int y = cellY; 0 <= y && y < cellY + spanY && y < yCount; y++) {
313 return CellLayout.findVacantCell(xy, 1, 1, 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 

Completed in 303 milliseconds