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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 127 int yIndex = format.indexOf('Y');
130 if (yIndex < 0 || mIndex < 0 || dIndex < 0 || yIndex > 2 || mIndex > 2 || dIndex > 2) {
138 mColYearIndex = yIndex;
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 535 unsigned int yIndex = 0;
552 pDstY[yIndex++] = (unsigned char)Y;
607 unsigned int yIndex = 0;
625 pDstY[yIndex++] = (unsigned char)Y;
686 unsigned int yIndex = 0;
702 pDstY[yIndex++] = (unsigned char)Y;
758 unsigned int yIndex = 0;
773 pDstY[yIndex++] = (unsigned char)Y;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 339 int yIndex = xIndex + 1;
341 xy[yIndex] = y[j];
343 uv[yIndex] = v[j];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 697 int yIndex = 0;
709 int yv = data[yIndex] & 0xFF;
716 yIndex += 1;
751 int yIndex = yStride * y;
768 int yv = data[yIndex] & 0xFF;
773 yIndex += 1;
783 int yIndex = 0;
795 int yv = data[yIndex] & 0xFF;
800 yIndex += 2;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 387 yIndex = 0
405 y = yCoordinates[yIndex]
407 y = -yCoordinates[yIndex]
408 yIndex = yIndex + 1
412 y = yCoordinates[yIndex]
413 yIndex = yIndex + 1
416 assert yIndex == len(yCoordinates)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeActivity.java 448 int yIndex = formatOrder.indexOf('Y');
451 if (yIndex < 0 || mIndex < 0 || dIndex < 0 ||
452 yIndex > 2 || mIndex > 2 || dIndex > 2) {
456 yIndex = 2;
460 int year = Integer.parseInt(result.get(yIndex));

Completed in 163 milliseconds