HomeSort by relevance Sort by last modified time
    Searched defs:endY (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/transition/
ChangeScroll.java 68 int endY = (Integer) endValues.values.get(PROPNAME_SCROLL_Y);
75 if (startY != endY) {
77 scrollYAnimator = ObjectAnimator.ofInt(view, "scrollY", startY, endY);
Explode.java 87 float endY = view.getTranslationY();
90 float startY = endY + mTempLoc[1];
93 startX, startY, endX, endY, sDecelerate, this);
108 float endY = startY;
114 endY += interruptedPosition[1] - bounds.top;
119 endY += mTempLoc[1];
122 viewPosX, viewPosY, startX, startY, endX, endY, sAccelerate, this);
PatternPathMotion.java 109 float endY = pos[1];
114 if (startX == endX && startY == endY) {
120 float dy = endY - startY;
131 public Path getPath(float startX, float startY, float endX, float endY) {
133 double dy = endY - startY;
Slide.java 229 float endY = view.getTranslationY();
234 startX, startY, endX, endY, sDecelerate, this);
247 float endY = mSlideCalculator.getGoneY(sceneRoot, view);
250 startX, startY, endX, endY, sAccelerate, this);
  /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 =
  /frameworks/support/v4/donut/android/support/v4/view/animation/
PathInterpolatorDonut.java 93 final float endY = mY[endIndex];
95 return startY + (fraction * (endY - startY));
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 74 float endY = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
79 PropertyValuesHolder.ofFloat("translationY", startY, endY));
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 74 float endY = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
79 PropertyValuesHolder.ofFloat("translationY", startY, endY));
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 74 float endY = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
79 PropertyValuesHolder.ofFloat("translationY", startY, endY));
  /external/deqp/framework/common/
tcuImageCompare.cpp 105 const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (0);
114 for (int y = beginY; y < endY; y++)
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 158 int endY;
165 endY = adjustedTop;
171 endY = adjustedbottom;
177 endY = elementRect.centerY();
183 endY = elementRect.centerY();
190 double yStep = ((double) (endY - startY)) / steps;
206 Events.touchUp(injector, downTime, endX, 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/core/java/android/animation/
PathKeyframes.java 110 float endY = mKeyframeData[endBase + Y_OFFSET];
113 float y = interpolate(intervalFraction, startY, endY);
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 229 float endY = mY[endIndex];
230 return startY + (fraction * (endY - startY));
  /packages/apps/Camera2/jni/
jpegutil.h 202 // The line is defined by (startX, startY) -> (endX, endY), computed via the
209 int endY;
210 transform_.Map(output_width - 1, y, &endX, &endY);
212 // Clamp (startX, startY) and (endX, endY) to the valid bounds of the plane.
216 endY = min(endY, plane_.height - 1);
220 endY = max(endY, 0);
226 int dy = sgn(endY - startY);
230 // The index into plane_.data of (endX, endY)
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
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);
181 float endY = mActivity.mStartY + mActivity.mDeltaY;
182 float[] values = {startY, endY};
195 assertTrue( y <= endY);
215 float endY = mActivity.mStartY + mActivity.mDeltaY;
217 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);
AnimatorSetTest.java 150 float endY = mActivity.mStartY + mActivity.mDeltaY;
151 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY);
AnimatorTest.java 111 float endY = mActivity.mStartY + mActivity.mDeltaY;
112 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY);
121 assertEquals(y, endY);
  /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,
  /external/skia/src/utils/
SkTextureCompressor_Blitter.h 342 const int endY = SkMin32(j + BlockDim, clip.bottom());
344 for (int y = startY; y < endY; ++y) {
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 141 final float endY = (float) endValues.values.get(PROPNAME_TRANSLATE_Y);
153 final State endStateY = new State(endClip.top, endClip.bottom, endY);
169 final float endY = endBounds.centerY() - startBounds.centerY();
185 final State endStateY = new State(endClip.top, endClip.bottom, endY);
211 float startZ, State endX, State endY, float endZ, TransitionValues endValues,
228 final ObjectAnimator animY = ObjectAnimator.ofObject(view, propY, evaluator, startY, endY);
  /frameworks/base/libs/hwui/font/
Font.cpp 224 uint32_t endY = startY + (glyph->mBitmapHeight * srcStride);
228 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY;
453 uint32_t endY = startY + skiaGlyph.fHeight;
468 glyph->mBitmapMaxV = endY / (float) cacheHeight;

Completed in 5090 milliseconds

1 2 3 4