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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 29 endX mov ax,0x4c00 ; [1]
52 textptr dw endX ; [2] [9]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 99 float endX;
107 endX = deltaX < 0 ? -view.getWidth() : view.getWidth();
116 PropertyValuesHolder.ofFloat("translationX", endX),
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 99 float endX;
107 endX = deltaX < 0 ? -view.getWidth() : view.getWidth();
116 PropertyValuesHolder.ofFloat("translationX", endX),
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 88 int endX = divide_ceil(adjusted.right(), fInfo.fTileInterval.width()),
91 // Logically, we could pin endX to [startX, fXTiles], but we force it
97 endX = SkPin32(endX, startX + 1, fXTiles);
100 const int tilesHit = (endX - startX) * (endY - startY);
119 for (int x = startX; x < endX; x++) {
  /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/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.cpp 658 const int endX = std::min(m_coord.x() + count, m_parent->size().width());
666 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff);
677 for (int which = 0; m_coord.x() < endX; ) {
702 const int endX = m_coord.x() + numPixels;
703 if (endX > m_parent->size().width())
730 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) {
755 while (m_coord.x() < endX) {
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 73 float endX = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 73 float endX = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 73 float endX = -mRandom.nextInt(mAnimationRange);
75 float distance = (float) Math.sqrt(Math.pow(endX - startX, 2) + Math.pow(endY - startY, 2));
78 PropertyValuesHolder.ofFloat("translationX", startX, endX),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 216 int endX = alphaAboveThreshold ? x + 1 : x;
217 intervals->intervalAt(y + imageRect.y()).unite(IntShapeInterval(startX + imageRect.x(), endX + imageRect.x()));
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SwipeAction.java 157 int endX;
164 endX = elementRect.centerX();
170 endX = elementRect.centerX();
176 endX = adjustedRight;
182 endX = adjustedLeft;
189 double xStep = ((double) (endX - startX)) / steps;
206 Events.touchUp(injector, downTime, endX, endY);
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_Blitter.h 340 const int endX = SkMin32(i + BlockDim, clip.right());
346 const int valsWide = endX - startX;
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 138 float endX = mActivity.mStartX + mActivity.mDeltaX;
139 ObjectAnimator xAnimator = ObjectAnimator.ofFloat(object, propertyX, startX, endX);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 654 float endX = c / (slope - perpendicularSlope);
655 float endY = perpendicularSlope * endX + c;
659 secondPoint.set(halfWidth + endX, halfHeight - endY);
661 firstPoint.set(halfWidth - endX, halfHeight + endY);
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 5031 milliseconds