HomeSort by relevance Sort by last modified time
    Searched refs:endX (Results 1 - 25 of 51) sorted by null

1 2 3

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 150 float endX;
155 endX = deltaX < 0 ? -v.getWidth() : v.getWidth();
160 endX = 0;
165 animateSwipe(v, endX, duration, remove);
185 private void animateSwipe(final View view, float endX, long duration, final boolean remove) {
190 alpha(remove ? 0 : 1).translationX(endX).
209 TranslateAnimation swipeAnim = new TranslateAnimation(mCurrentX, endX, 0, 0);
327 private void moveView(View view, float startX, float endX, float startY, float endY,
332 if (startX != endX) {
333 ObjectAnimator anim = ObjectAnimator.ofFloat(view, View.TRANSLATION_X, startX, endX);
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java 39 int endX;
102 mPointerEvent.startX, mPointerEvent.startY, mPointerEvent.endX,
119 mPointerEvent.endX = mPointerEvent.endY = -1;
148 mPointerEvent.endX = (int)(event.getX() + offsetInScreen[0]);
TestGenericDetailFragment.java 35 int endX;
99 * format: "startX,startY:endX,endY" where each line represent data for a pointer if
109 mPointerEvents[x].startX, mPointerEvents[x].startY, mPointerEvents[x].endX,
130 mPointerEvents[x].endX = mPointerEvents[x].endY = -1;
162 mPointerEvents[getPointerId(event)].endX =
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 88 int endX,
95 m_endX = endX;
139 private void showTooltip(PropertyTooltipProvider provider, int startX, int endX) {
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this);
  /external/replicaisland/tools/
ExtractPoints.js 80 edge.endX = lastPoint.anchor[0];
84 var normalY = edge.endX - edge.startX;
102 totalX += edge.endX;
105 var width = edge.endX - edge.startX;
108 edge.centerX = edge.endX - (width / 2);
148 edge.endX -= tile.xOffset;
177 Math.floor(edge.startY) + ":" + Math.floor(edge.endX) + "," +
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 121 float endX;
127 endX = deltaX < 0 ? -v.getWidth() : v.getWidth();
133 endX = 0;
145 alpha(endAlpha).translationX(endX).
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 199 int endX = rect.maxX();
200 if (endX > size.width())
201 endX = size.width();
202 int numColumns = endX - originX;
283 int endX = destPoint.x() + sourceRect.maxX();
284 ASSERT(endX <= size.width());
286 int numColumns = endX - destX;
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 599 const int endX = std::min(m_coord.x() + count, m_parent->size().width());
607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff);
620 for (int which = 0; m_coord.x() < endX; ) {
640 const int endX = m_coord.x() + numPixels;
641 if (endX > m_parent->size().width())
668 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) {
691 while (m_coord.x() < endX) {
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
247 int distX = endX - startX;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 210 final float endX = mHoriz.convertToPoint(endTime);
213 if (endX < 0) continue;
228 mPathStroke.lineTo(endX, endY);
229 mPathFill.lineTo(endX, endY);
231 lastX = endX;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 421 * @param endX
427 public boolean swipe(int startX, int startY, int endX, int endY, int steps) {
428 Tracer.trace(startX, startY, endX, endY, steps);
430 .swipe(startX, startY, endX, endY, steps);
441 * @param endX X-axis value for the ending coordinate
448 public boolean drag(int startX, int startY, int endX, int endY, int steps) {
449 Tracer.trace(startX, startY, endX, endY, steps);
451 .swipe(startX, startY, endX, endY, steps, true);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 133 float endX = mActivity.mStartX + mActivity.mDeltaX;
134 ObjectAnimator xAnimator = ObjectAnimator.ofFloat(object, propertyX, startX, endX);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 174 final float endX = mScrollX + mScreenWidth;
175 for (float i = startX; i <= endX; i += spacing, startMs += tickMs) {
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 153 unsigned endX = min(x + radiusX, effectDrawingRect.width() - 1);
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
156 unsigned char pixel = srcPixelArray->get(i * effectWidth + endX * 4 + channel);
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 95 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
98 void copyRowNTimes(int startX, int endX, int startY, int endY)
101 ASSERT(endX <= width());
104 const int rowBytes = (endX - startX) * sizeof(PixelData);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 150 float endX = startX + (1f / imagesX);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
ParticleTriMesh.java 254 float endX = startX + (1f / imagesX);
258 texcoords.put(endX).put(endY);
260 texcoords.put(endX).put(startY);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 194 final int endX = startX + horizontalSlop + horzTileCount;
208 final int count = (endX - startX) * indexesPerTile;
CollisionSystem.java 160 float endX = right;
169 endX = left;
179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
    [all...]
  /external/skia/gm/
bitmapscroll.cpp 109 int endX, int endY) {
114 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY));
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 608 private void startAnimation(int startX, int endX, int duration) {
613 mAnimatingDeltaXEnd = endX;
619 private void startAnimationWithVelocity(int startX, int endX, int pixelsPerSecond) {
622 mAnimationDuration = 1000 * (endX - startX) / pixelsPerSecond;
624 mAnimatingDeltaXEnd = endX;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 273 float endX = startX + (srcW / imageWidth);
281 texCoords.put(endX).put(startY);
282 texCoords.put(endX).put(endY);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 343 const VGfloat endX = radius * cos(endAngle) + center.x();
369 radius, radius, 0, endX, endY
376 m_path->m_currentPoint.setX(endX);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 211 uint32_t endX = startX + glyph.fWidth;
245 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
249 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
256 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
273 for (int8_t mask = 7; mask >= 0 && cacheX < endX; mask--) {
277 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
  /frameworks/rs/
rsFont.cpp 116 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
125 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
264 uint32_t endX = startX + bitmap->width;
277 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
451 uint32_t endX = startX + bitmap->width;
460 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {

Completed in 536 milliseconds

1 2 3