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

  /frameworks/base/libs/hwui/
PatchCache.h 70 xCount(0), yCount(0), emptyCount(0), colorKey(0) {
75 const uint32_t xCount, const uint32_t yCount,
79 xCount(xCount), yCount(yCount),
89 LTE_INT(yCount) {
108 uint32_t yCount;
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 94 final int yCount = LauncherModel.getCellCountY();
95 boolean[][] occupied = new boolean[xCount][yCount];
109 for (int y = cellY; y < cellY + spanY && y < yCount; y++) {
117 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
  /external/icu4c/i18n/
dtitvfmt.cpp 738 int32_t yCount = 0;
763 ++yCount;
821 if ( yCount != 0 ) {
    [all...]

Completed in 484 milliseconds