/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEMorphology.h | 70 int endY;
|
FETurbulence.h | 111 int endY;
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
SwipeAction.java | 59 int endY; 66 endY = elementRect.top + swipeAreaHeightAdjust; 72 endY = elementRect.bottom - swipeAreaHeightAdjust; 78 endY = elementRect.centerY(); 84 endY = elementRect.centerY(); 91 double yStep = ((double) (endY - startY)) / steps; 106 Events.touchUp(injector, downTime, endX, endY);
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
Test5DetailFragment.java | 40 int endY; 103 mPointerEvent.endY)); 119 mPointerEvent.endX = mPointerEvent.endY = -1; 149 mPointerEvent.endY = (int)(event.getY() + offsetInScreen[1]);
|
TestGenericDetailFragment.java | 36 int endY; 99 * format: "startX,startY:endX,endY" where each line represent data for a pointer if 110 mPointerEvents[x].endY)); 130 mPointerEvents[x].endX = mPointerEvents[x].endY = -1; 164 mPointerEvents[getPointerId(event)].endY =
|
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimatorSetTest.java | 145 float endY = mActivity.mStartY + mActivity.mDeltaY; 146 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
|
ObjectAnimatorTest.java | 56 float endY = mActivity.mStartY + mActivity.mDeltaY; 57 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); 69 assertTrue( y <= endY); 76 float endY = mActivity.mStartY + mActivity.mDeltaY; 77 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); 166 float endY = mActivity.mStartY + mActivity.mDeltaY; 167 float[] values = {startY, endY}; 180 assertTrue( y <= endY); 200 float endY = mActivity.mStartY + mActivity.mDeltaY; 202 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); [all...] |
ValueAnimatorTest.java | 119 float endY = mActivity.mStartY + mActivity.mDeltaY; 120 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); 129 assertEquals(y, endY); 219 float endY = mActivity.mStartY + mActivity.mDeltaY; 220 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
|
AnimatorTest.java | 109 float endY = mActivity.mStartY + mActivity.mDeltaY; 110 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); 119 assertEquals(y, endY);
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticlePointMesh.java | 151 float endY = startY + (1f / imagesY); 153 texcoords.put(startX).put(startY).put(endX).put(endY);
|
ParticleTriMesh.java | 255 float endY = startY + (1f / imagesY); 257 texcoords.put(startX).put(endY); 258 texcoords.put(endX).put(endY);
|
/frameworks/base/libs/hwui/font/ |
Font.cpp | 219 uint32_t endY = startY + (glyph->mBitmapHeight * cacheWidth); 224 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY; 442 uint32_t endY = startY + skiaGlyph.fHeight; 457 glyph->mBitmapMaxV = endY / (float) cacheHeight;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
BouncingBalls.java | 88 float endY = getHeight() - 50f; 92 ValueAnimator bounceAnim = ObjectAnimator.ofFloat(newBall, "y", startY, endY); 107 ValueAnimator stretchAnim1 = ObjectAnimator.ofFloat(newBall, "y", endY, 108 endY + 25f); 119 ValueAnimator bounceBackAnim = ObjectAnimator.ofFloat(newBall, "y", endY,
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 279 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y); 281 if (startX != endX || startY != endY) { 293 Rect endBounds1 = new Rect(endX - tempLocation[0], endY - tempLocation[1], 295 endY - tempLocation[1] + view.getHeight());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | 629 float endY = perpendicularSlope * endX + c; 633 secondPoint.set(halfWidth + endX, halfHeight - endY); 635 firstPoint.set(halfWidth - endX, halfHeight + endY); [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 274 float endY = startY + (srcH / imageHeight);
277 endY = 1f - endY;
282 texCoords.put(endX).put(endY);
283 texCoords.put(startX).put(endY);
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 195 final int endY = startY + verticalSlop + vertTileCount; 209 for (int tileY = startY; tileY < endY && tileY < mTilesPerColumn; tileY++) {
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 284 uint32_t endY = startY + glyph.fHeight; 311 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) { 321 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) { 329 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE; 344 uint8_t* dstEnd = &cacheBuffer[cacheTexture->getOffset(startX, endY - 1)]; 367 for (cacheY = startY; cacheY < endY; cacheY++) { 385 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartNetworkSeriesView.java | 219 final float endY = mVert.convertToPoint(totalData); 228 mPathStroke.lineTo(endX, endY); 229 mPathFill.lineTo(endX, endY); 232 lastY = endY;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 559 int startY, endY; 561 endY = mRowMatch.matchedLine - 1; 562 startY = endY - bounds.h; 567 startY = endY = mRowMatch.matchedLine; 570 endY = startY + bounds.h; 573 int endRow = mGrid.getRow(endY); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 699 int startY, endY; 702 endY = sourceBounds.y2(); 706 endY = targetBounds.y + 3 * targetBounds.h / 2; 713 graphics.drawLine(sharedX, startY, sharedX, endY); [all...] |
/frameworks/rs/ |
rsFont.cpp | 119 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; 128 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { 267 uint32_t endY = startY + bitmap->rows; 280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; 458 uint32_t endY = startY + bitmap->rows; 467 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
|
/prebuilts/sdk/18/ |
uiautomator.jar | |
/prebuilts/sdk/19/ |
uiautomator.jar | |
/prebuilts/sdk/current/ |
uiautomator.jar | |