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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Path.idl 66 [Default=Undefined] optional float endAngle,
CanvasRenderingContext2D.idl 78 [RaisesException] void arc(float x, float y, float radius, float startAngle, float endAngle, [Default=Undefined] optional boolean anticlockwise);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.h 104 void addArc(const FloatPoint&, float radius, float startAngle, float endAngle, bool anticlockwise);
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 173 final int endAngle = startAngle + sweepAngle;
176 final float endAngleMod = endAngle % 360;
189 final float endAngleSide = endSideVisible ? endAngle : 270;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 115 float endAngle = atan2(endArcVertex.y() - arcCenter.y(), endArcVertex.x() - arcCenter.x());
119 if (endAngle < 0)
120 endAngle += twoPI;
121 float angle = (startAngle > endAngle) ? (startAngle - endAngle) : (startAngle + twoPI - endAngle);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 626 * @param endAngle the card unit to which the carousel should rotate to
634 * If the current position is further away, it is set at maxAnimatedArc from endAngle.
637 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode,
640 mRenderScript.setCarouselRotationAngle(endAngle, milliseconds,
carousel.rs 722 const float endAngle = startAngle + visibleSlotCount * wedgeAngle;
738 positionAlpha = (endAngle - cardPosition(i)) / wedgeAngle;
    [all...]
CarouselRS.java 638 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode,
640 mScript.invoke_setCarouselRotationAngle2(endAngle, milliseconds, interpolationMode,
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 823 float endAngle = getArcCenter(to, getItemPos(to), count)
826 mSlice.setFloatValues(startAngle, endAngle);
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 374 milliseconds