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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
FlingAnimation.java 117 float sY = -mFrom.bottom;
119 float d = mUY * mUY + 2 * sY * MAX_ACCELERATION;
121 // sY can be reached under the MAX_ACCELERATION. Use MAX_ACCELERATION for y direction.
124 // sY is not reachable, decrease the acceleration so that sY is almost reached.
126 mAY = mUY * mUY / (2 * -sY);
158 float sY = -mFrom.exactCenterY() + mIconRect.exactCenterY();
161 mAY = (float) ((sY - t * mUY) * 2 / (t * t));
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 183 const float sY = deFloatExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight());
185 m_cases.push_back(FilterCase(texNdx, tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
635 const float sY = deFloatExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[0]->getTexture().getHeight());
640 texCoord[1] = tcu::Vec3(oX, oY+sY, l0*0.5f + l1*0.5f);
642 texCoord[3] = tcu::Vec3(oX+sX, oY+sY, l1);
821 const float sY = deFloatExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[0]->getTexture().getHeight());
825 texCoord[1] = tcu::Vec3(oX, oY+sY, oZ + sZ*0.5f);
    [all...]
vktTextureShadowTests.cpp 302 const float sY = deFloatExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[texNdx]->getTexture().getHeight());
304 m_cases.push_back(FilterCase(texNdx, ref, tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
732 const float sY = deFloatExp2(lodY) * float(m_renderer.getRenderHeight()) / float(m_textures[tex]->getTexture().getHeight());
734 m_cases.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer)));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 235 const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeight());
237 m_cases.push_back(FilterCase(m_textures[texNdx], tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 194 float sY = (mBitmap.getHeight() * 1.0f) / mCrossFadeBitmap.getHeight();
195 canvas.scale(sX, sY);
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 253 const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeight());
255 m_cases.push_back(FilterCase(m_textures[texNdx], tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
    [all...]
es3fTextureShadowTests.cpp 305 const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeight());
307 m_cases.push_back(FilterCase(m_textures[texNdx], ref, tcu::Vec2(oX, oY), tcu::Vec2(oX+sX, oY+sY)));
862 const float sY = deFloatExp2(lodY)*viewportH / float(tex->getRefTexture().getHeight());
864 m_cases.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer)));
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 461 float sY = (mBitmap.getHeight() * 1.0f) / mCrossFadeBitmap.getHeight();
462 canvas.scale(sX, sY);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 714 for (int sY = 8; sY <= elemsToTest; sY += 5) {
716 for (int offY = 0; offY < sY; offY += 3) {
718 for (int h = 1; h <= sY - offY; h += 3) {
719 helperFloatCopy2D(sX, sY, offX, offY, w, h);
720 helperByteCopy2D(sX, sY, offX, offY, w, h);
721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h);
722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h);
723 helperIntCopy2D(sX, sY, offX, offY, w, h)
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 434 int sY;
442 sY = RECT_SIZE_Y(r);
546 MoveItem(kIDs[i], x, yPos, labelSize, sY);
547 MoveItem(kIDs[i + 1], x + labelSize, yPos, valueSize, sY);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 

Completed in 681 milliseconds