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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 97 int formatIndex = 0;
107 formatIndex = 4;
109 formatIndex = 3;
111 formatIndex = 2;
113 formatIndex = 1;
115 formatIndex = 0;
117 return String.format(mFormats[formatIndex], hours, minutes,
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 171 for (int formatIndex = 0; formatIndex < sizeof(renderTargetFormats) / sizeof(D3DFORMAT); formatIndex++)
173 D3DFORMAT renderTargetFormat = renderTargetFormats[formatIndex];

Completed in 47 milliseconds