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

1 2

  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 64 public ShapeDrawable getShape() {
90 return mShape.getShape().getWidth();
94 Shape s = mShape.getShape();
99 return mShape.getShape().getHeight();
103 Shape s = mShape.getShape();
AnimationActivity.java 270 shapeHolder.getShape().draw(canvas);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 59 public ShapeDrawable getShape() {
82 return shape.getShape().getWidth();
85 Shape s = shape.getShape();
90 return shape.getShape().getHeight();
93 Shape s = shape.getShape();
AnimationLoading.java 141 Paint paint = shapeHolder.getShape().getPaint();
153 ball.getShape().draw(canvas);
AnimationSeeking.java 150 ball.getShape().draw(canvas);
CustomEvaluator.java 165 ball.getShape().draw(canvas);
ReversingAnimation.java 126 ball.getShape().draw(canvas);
AnimationCloning.java 133 shapeHolder.getShape().draw(canvas);
AnimatorEvents.java 194 ball.getShape().draw(canvas);
BouncingBalls.java 179 shapeHolder.getShape().draw(canvas);
MultiPropertyAnimation.java 168 ball.getShape().draw(canvas);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 49 assertNull(paintDrawable.getShape());
51 assertNotNull(paintDrawable.getShape());
52 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
56 assertNotNull(paintDrawable.getShape());
58 assertNull(paintDrawable.getShape());
62 assertNotNull(paintDrawable.getShape());
64 assertNull(paintDrawable.getShape());
72 assertNull(paintDrawable.getShape());
74 assertNull(paintDrawable.getShape());
78 assertNotNull(paintDrawable.getShape());
    [all...]
ShapeDrawableTest.java 206 assertNull(shapeDrawable.getShape());
210 assertSame(rectShape, shapeDrawable.getShape());
213 assertNull(shapeDrawable.getShape());
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 63 if (getShape() != null) {
ShapeDrawable.java 96 public Shape getShape() {
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-arabic.c 844 static int getShape(hb_uint8 cell, int shape)
937 /* qDebug("mapping U+%x to shape %d glyph=0x%x", ch->unicode(), shape, getShape(c, shape)); */
970 map = getShape(c, shape);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/jdiff/
xerces.jar 

Completed in 1089 milliseconds

1 2