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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 314 float xIndex = x * PrecisionSteps;
315 int xFloorIndex = (int) Math.floor(xIndex);
316 int xCeilIndex = (int) Math.ceil(xIndex);
319 float xFraction = (xIndex - xFloorIndex) / (xCeilIndex - xFloorIndex);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 338 int xIndex = (pntCount++) << 1;
339 int yIndex = xIndex + 1;
340 xy[xIndex] = x[i];
342 uv[xIndex] = u[i];
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 88 milliseconds