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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 671 for (int sY = 8; sY <= elemsToTest; sY += 5) {
673 for (int offY = 0; offY < sY; offY += 3) {
675 for (int h = 1; h <= sY - offY; h += 3) {
676 helperFloatCopy2D(sX, sY, offX, offY, w, h);
677 helperByteCopy2D(sX, sY, offX, offY, w, h);
678 helperShortCopy2D(sX, sY, offX, offY, w, h);
679 helperIntCopy2D(sX, sY, offX, offY, w, h);
680 helperFloatAllocationCopy2D(sX, sY, offX, offY, w, h)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 194 float sY = (mBitmap.getHeight() * 1.0f) / mCrossFadeBitmap.getHeight();
195 canvas.scale(sX, sY);
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 107 milliseconds