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

1 2

  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 129 float circle = (int) (mCircleSize * sf * sf); local
130 circle = Math.max(mMinCircle, circle);
131 circle = Math.min(mMaxCircle, circle);
132 if (mListener != null && (int) circle != mCircleSize) {
133 mCircleSize = (int) circle;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 86 Path circle = new Path(); local
87 circle.addCircle(0, 0, 1, Direction.CW);
89 PathMeasure measure = new PathMeasure(circle, false);
91 measure.setPath(circle, true);
  /external/clang/test/Analysis/
array-struct-region.c 62 struct circle { struct point o; int r; }; struct
63 struct circle get_circle() {
64 struct circle result;
71 struct circle c;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 127 OvalShape circle = new OvalShape(); local
128 circle.resize(BALL_SIZE, BALL_SIZE);
129 ShapeDrawable drawable = new ShapeDrawable(circle);
CustomEvaluator.java 142 OvalShape circle = new OvalShape(); local
143 circle.resize(50f, 50f);
144 ShapeDrawable drawable = new ShapeDrawable(circle);
ReversingAnimation.java 103 OvalShape circle = new OvalShape(); local
104 circle.resize(50f, 50f);
105 ShapeDrawable drawable = new ShapeDrawable(circle);
AnimationCloning.java 107 OvalShape circle = new OvalShape(); local
108 circle.resize(50f * mDensity, 50f * mDensity);
109 ShapeDrawable drawable = new ShapeDrawable(circle);
AnimationLoading.java 120 OvalShape circle = new OvalShape(); local
121 circle.resize(BALL_SIZE, BALL_SIZE);
122 ShapeDrawable drawable = new ShapeDrawable(circle);
AnimatorEvents.java 171 OvalShape circle = new OvalShape(); local
172 circle.resize(50f, 50f);
173 ShapeDrawable drawable = new ShapeDrawable(circle);
BouncingBalls.java 153 OvalShape circle = new OvalShape(); local
154 circle.resize(50f, 50f);
155 ShapeDrawable drawable = new ShapeDrawable(circle);
MultiPropertyAnimation.java 144 OvalShape circle = new OvalShape(); local
145 circle.resize(BALL_SIZE, BALL_SIZE);
146 ShapeDrawable drawable = new ShapeDrawable(circle);
  /external/skia/samplecode/
SampleCircle.cpp 16 // reconstruct the edges of the circle.
49 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
65 circle(canvas, width, false);
67 circle(canvas, width, true);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 68 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 160 // Draws a circle centered in the control with the specified radius,
163 void circle(SkScalar radius, SkColor color);
WebThemeControlDRTWin.cpp 194 void WebThemeControlDRTWin::circle(SkScalar radius, SkColor color) function in class:WebThemeControlDRTWin
340 circle(SkIntToScalar(halfHeight), m_bgColor);
344 circle(SkIntToScalar(halfHeight), m_bgColor);
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
  /dalvik/tests/044-proxy/src/
BasicTest.java 42 shapes.circle(3);
117 public void circle(int r); method in interface:Shapes
161 public void circle(int r) { method in class:Mix
162 System.out.println("--- circle " + r);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 239 OvalShape circle = new OvalShape(); local
240 circle.resize(x, y);
241 ShapeDrawable drawable = new ShapeDrawable(circle);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
369 if (circle) {
377 mCircle = circle;
  /external/chromium/chrome/browser/resources/
network_menu.js 14 // Setup css canvas 'spinner-circle'
18 var ctx = document.getCSSCanvasContext('2d', 'spinner-circle', 2 * r, 2 * r);
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
bootstrap.css 1595 .icon-play-circle {
    [all...]
  /external/webkit/Source/WebCore/css/
html.css 321 list-style-type: circle
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
earley-boyer.js     [all...]

Completed in 1086 milliseconds

1 2