HomeSort by relevance Sort by last modified time
    Searched full:shape (Results 1 - 25 of 1346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/training/threadsample/res/drawable/
imagequeued.xml 2 <shape android:shape="rectangle"
5 </shape>
decodedecoding.xml 2 <shape android:shape="rectangle"
6 </shape>
decodequeued.xml 2 <shape android:shape="rectangle"
6 </shape>
imagedownloadfailed.xml 2 <shape android:shape="rectangle"
6 </shape>
imagedownloading.xml 2 <shape android:shape="rectangle"
6 </shape>
imagenotqueued.xml 2 <shape android:shape="rectangle"
6 </shape>
  /external/clang/test/PCH/
enum.h 9 enum Shape {
16 enum Shape aRoundShape = Circle;
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
pageheap.dot 3 node [shape=box, width=0.3, height=0.3]
6 heap [shape=record, height=3, label="<f0>1 page|<f1>2 pages|<f2>3 pages|...|<f255>255 pages|<frest>rest"]
7 O0 [shape=record, label=""]
8 O1 [shape=record, label=""]
9 O2 [shape=record, label="{|}"]
10 O3 [shape=record, label="{|}"]
11 O4 [shape=record, label="{||}"]
12 O5 [shape=record, label="{||}"]
13 O6 [shape=record, label="{|...|}"]
14 O7 [shape=record, label="{|...|}"
    [all...]
threadheap.dot 3 node [shape=box, width=0.3, height=0.3]
6 heap [shape=record, height=2, label="<f0>class 0|<f1>class 1|<f2>class 2|..."]
13 sep1 [shape=plaintext, label="..."]
14 sep2 [shape=plaintext, label="..."]
15 sep3 [shape=plaintext, label="..."]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable2.xml 2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
5 </shape>
drawable2-expected-completion52.txt 2 <corners /> : Describes the corners for the rectangle shape of a GradientDrawable.
3 <gradient /> : Used to describe the gradient used to fill the shape of a GradientDrawable.
5 <size /> : Used to specify the size of the shape for GradientDrawable.
6 <solid /> : Used to fill the shape of GradientDrawable with a solid color.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
state.st 1 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
stopstate.st 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=true, width=.6<endif>]; <name>
  /cts/apps/CtsVerifier/res/drawable/
test_fail_gradient.xml 0 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
6 </shape
test_pass_gradient.xml 0 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
6 </shape
  /packages/apps/Dialer/res/drawable/
tab_selected_focused.xml 21 <shape android:shape="rectangle" >
23 </shape>
26 <shape android:shape="rectangle" >
28 </shape>
31 <shape android:shape="rectangle" >
33 </shape>
36 <shape android:shape="rectangle"
    [all...]
tab_selected_pressed.xml 21 <shape android:shape="rectangle" >
23 </shape>
26 <shape android:shape="rectangle" >
28 </shape>
31 <shape android:shape="rectangle" >
33 </shape>
  /development/samples/WiFiDirectDemo/res/drawable/
details_view.xml 2 <shape
4 android:shape="rectangle">
15 </shape>
section_header.xml 2 <shape
4 android:shape="rectangle">
16 </shape>
  /external/bison/doc/figs/
example-reduce.dot 3 node [fontname=courier shape=box]
8 "1R3" [style=filled shape=diamond fillcolor=yellowgreen label="R3"]
10 "1R4" [style=filled shape=diamond fillcolor=yellowgreen label="R4"]
  /frameworks/opt/photoviewer/res/drawable/
default_image.xml 2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
3 android:shape="rectangle">
13 </shape
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 23 * Defines a generic graphical "shape."
24 * Any Shape can be drawn to a Canvas with its own draw() method,
28 public abstract class Shape implements Cloneable {
33 * Returns the width of the Shape.
40 * Returns the height of the Shape.
48 * Draw this shape into the provided Canvas, with the provided Paint.
51 * @param canvas the Canvas within which this shape should be drawn
52 * @param paint the Paint object that defines this shape's characteristics
58 * Resizes the dimensions of this shape.
61 * @param width the width of the shape (in pixels
    [all...]
  /packages/apps/DeskClock/res/drawable/
main_button_normal.xml 20 <shape android:shape="oval">
22 </shape>
26 <shape android:shape="oval">
28 </shape>
32 <shape android:shape="oval">
34 </shape>
main_button_red.xml 20 <shape android:shape="oval">
22 </shape>
26 <shape android:shape="oval">
28 </shape>
32 <shape android:shape="oval">
34 </shape>
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 22 import android.graphics.drawable.shapes.Shape;
26 * A data structure that holds a Shape and various properties that can be used to define
27 * how the shape is drawn.
31 private ShapeDrawable shape; field in class:ShapeHolder
57 shape = value;
60 return shape;
66 shape.getPaint().setColor(value);
78 shape.setAlpha((int)((alpha * 255f) + .5f));
82 return shape.getShape().getWidth();
85 Shape s = shape.getShape()
    [all...]

Completed in 3135 milliseconds

1 2 3 4 5 6 7 8 91011>>