/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
AnimationLoading.java | 120 OvalShape circle = new OvalShape(); local 121 circle.resize(BALL_SIZE, BALL_SIZE); 122 ShapeDrawable drawable = new ShapeDrawable(circle);
|
AnimationSeeking.java | 127 OvalShape circle = new OvalShape(); local 128 circle.resize(BALL_SIZE, BALL_SIZE); 129 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);
|
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);
|
BouncingBalls.java | 153 OvalShape circle = new OvalShape(); local 154 circle.resize(50f, 50f); 155 ShapeDrawable drawable = new ShapeDrawable(circle);
|
AnimatorEvents.java | 171 OvalShape circle = new OvalShape(); local 172 circle.resize(50f, 50f); 173 ShapeDrawable drawable = new ShapeDrawable(circle);
|
/external/skia/samplecode/ |
SampleCircle.cpp | 9 // reconstruct the edges of the circle. 42 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView 58 circle(canvas, width, false); 60 circle(canvas, width, true);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 123 Path circle = new Path(); local 124 circle.addCircle(0, 0, 1, Direction.CW); 126 PathMeasure measure = new PathMeasure(circle, false); 128 measure.setPath(circle, true);
|
/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);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
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);
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |