HomeSort by relevance Sort by last modified time
    Searched refs:centerPoint (Results 1 - 13 of 13) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 249 Point centerPoint = new Point(50, 60);
255 GestureDescription pinch = createPinchInViewBounds(centerPoint, startSpacing,
279 assertEquals((float) centerPoint.x, (coords0.x + coords1.x) / 2, pinchTolerance);
280 assertEquals((float) centerPoint.y, (coords0.y + coords1.y) / 2, pinchTolerance);
282 assertEquals(coords0.x - centerPoint.x, coords0.y - centerPoint.y,
284 assertEquals(coords1.x - centerPoint.x, coords1.y - centerPoint.y,
616 private GestureDescription createPinchInViewBounds(Point centerPoint, int startSpacing,
621 Point offsetCenter = new Point(centerPoint);
    [all...]
  /external/skia/src/utils/
SkShadowTessellator.cpp 433 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + fFirstPoint;
434 centerPoint *= 0.5f;
435 *fPositions.push() = centerPoint;
439 *fPositions.push() = centerPoint + midNormal;
575 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + nextPoint;
576 centerPoint *= 0.5f;
577 *fPositions.push() = centerPoint;
581 *fPositions.push() = centerPoint + midNormal;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel_1.h 360 const XPS_POINT *centerPoint,
541 #define IXpsOMObjectFactory1_CreateRadialGradientBrush(This,gradStop1,gradStop2,centerPoint,gradientOrigin,radiiSizes,radialGradientBrush) (This)->lpVtbl->CreateRadialGradientBrush(This,gradStop1,gradStop2,centerPoint,gradientOrigin,radiiSizes,radialGradientBrush)
    [all...]
xpsobjectmodel.h     [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1039 milliseconds