/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);
|
PagedViewCellLayout.java | 279 public void setCellCount(int xCount, int yCount) { 281 mCellCountY = yCount;
|
CellLayout.java | [all...] |
/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/skia/src/utils/ |
SkNinePatch.cpp | 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { 32 for (int y = 0; y < yCount; y++) {
|
/external/skia/src/utils/ |
SkNinePatch.cpp | 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { 32 for (int y = 0; y < yCount; y++) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewCellLayout.java | 273 public void setCellCount(int xCount, int yCount) { 275 mCellCountY = yCount;
|
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...] |
CellLayout.java | [all...] |
/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...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 283 private native boolean setShaderTileCounts(int xCount, int yCount);
|
/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 | |