HomeSort by relevance Sort by last modified time
    Searched refs:Shape (Results 51 - 75 of 84) sorted by null

1 23 4

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 35 import android.graphics.drawable.shapes.Shape;
201 Shape getDrawableShape() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 241 for (GraphicGenerator.Shape shape : GraphicGenerator.Shape.values()) {
242 if (shapeString.equals(shape.name())) {
243 mIconState.shape = shape;
249 AdtPlugin.log(null, "Unknown shape %1$s", shapeString);
NewProjectWizard.java 130 // ADT 20: White icon with blue shape
131 //iconState.shape = GraphicGenerator.Shape.CIRCLE;
139 iconState.shape = GraphicGenerator.Shape.NONE;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 95 U032 Shape;
  /external/v8/src/
objects-inl.h     [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
objects-inl.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 119 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D']
135 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'showturtle',
161 "shape": "classic",
825 class Shape(object):
845 raise TurtleGraphicsError("There is no shape type %s" % type_)
849 """Add component to a shape of type compound.
860 >>> s = Shape("compound")
865 raise TurtleGraphicsError("Cannot add component to %s Shape"
2657 def shape(self, name=None): function
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /frameworks/base/core/java/android/widget/
ProgressBar.java 37 import android.graphics.drawable.shapes.Shape;
371 Shape getDrawableShape() {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 30 import java.awt.Shape;
774 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]
Canvas_Delegate.java 33 import java.awt.Shape;
800 Shape shape = pathDelegate.getJavaShape();
805 graphics.fill(shape);
810 graphics.draw(shape);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 37 import android.graphics.drawable.shapes.Shape;
360 Shape getDrawableShape() {
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 118 if (!from || !to || from->type() != ClipPathOperation::SHAPE || to->type() != ClipPathOperation::SHAPE)
132 // FIXME Bug 102723: Shape-inside should be able to animate a value of 'outside-shape' when shape-outside is set to a BasicShape
133 if (!from || !to || from->type() != ShapeValue::Shape || to->type() != ShapeValue::Shape)
136 const BasicShape* fromShape = from->shape();
137 const BasicShape* toShape = to->shape();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
webcore_rendering.target.darwin-mips.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
webcore_rendering.target.darwin-x86.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
webcore_rendering.target.linux-arm.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
webcore_rendering.target.linux-mips.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
webcore_rendering.target.linux-x86.mk 159 third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1065 milliseconds

1 23 4