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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Contacts/res/drawable/
tab_unselected_pressed.xml 20 <shape android:shape="rectangle" >
22 </shape>
  /packages/apps/DeskClock/res/drawable/
footer_bg.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
23 </shape>
header_bg.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
20 </shape>
  /packages/apps/DeskClock/res/drawable-land/
header_bg_bar.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
23 </shape>
  /packages/apps/Dialer/res/drawable/
tab_unselected_pressed.xml 21 <shape android:shape="rectangle" >
23 </shape>
seek_bar_thumb.xml 21 <shape
22 android:shape="oval"
31 </shape>
42 <shape
43 android:shape="oval"
48 </shape>
  /packages/apps/Gallery2/res/drawable/
bg_text_on_preview.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
21 </shape>
filtershow_color_picker_roundrect.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle" >
24 </shape>
filtershow_vertical_line.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle" >
22 </shape
  /packages/apps/LegacyCamera/res/drawable/
bg_text_on_preview.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
21 </shape>
bg_text_on_preview_transparent.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
21 </shape>
  /packages/apps/Settings/res/drawable/
empty_icon.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
18 android:shape="rectangle">
21 </shape>
  /packages/inputmethods/LatinIME/java/res/drawable/
transparent.xml 21 <shape
23 android:shape="rectangle"
30 </shape>
  /packages/screensavers/PhotoTable/res/drawable/
table.xml 16 <shape
18 android:shape="rectangle">
25 </shape>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion47.txt 12 <shape ></shape> : Drawable used to render a geometric shape, with a gradient or a solid color.
  /frameworks/base/core/res/res/drawable/
progress_horizontal.xml 20 <shape>
29 </shape>
34 <shape>
43 </shape>
49 <shape>
58 </shape>
  /packages/apps/MusicFX/res/drawable/
progress_vertical.xml 20 <shape>
29 </shape>
34 <shape>
43 </shape>
51 <shape>
60 </shape>
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
spanmap.dot 2 node [shape=box, width=0.3, height=0.3]
5 map [shape=record, width=6, label="<f0>|<f1>|<f2>|<f3>|<f4>|<f5>|<f6>|<f7>|<f8>|<f9>|<f10>"]
  /external/proguard/docs/
screenshots.html 19 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
20 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
21 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
22 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
23 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
24 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
25 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
26 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
  /external/replicaisland/res/drawable/
custom_toast_border.xml 3 <shape xmlns:android="http://schemas.android.com/apk/res/android">
12 </shape
  /external/bison/doc/figs/
example-shift.dot 3 node [fontname=courier shape=box]
  /packages/apps/Music/res/drawable/
progress_horizontal.xml 20 <shape>
26 </shape>
39 <shape>
45 </shape>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 43 Shape,
48 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape)
50 return adoptRef(new ShapeValue(shape));
64 BasicShape* shape() const { return m_shape.get(); } function in class:WebCore::ShapeValue
74 ShapeValue(PassRefPtr<BasicShape> shape)
75 : m_type(Shape)
76 , m_shape(shape)
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
PathShape.java 29 public class PathShape extends Shape {
40 * @param path a Path that defines the geometric paths for this shape
41 * @param stdWidth the standard width for the shape. Any changes to the
44 * @param stdHeight the standard height for the shape. Any changes to the
70 PathShape shape = (PathShape) super.clone(); local
71 shape.mPath = new Path(mPath);
72 return shape;
  /external/harfbuzz_ng/src/
Makefile.am 30 hb-fallback-shape.cc \
46 hb-shape.cc \
47 hb-shape-plan-private.hh \
48 hb-shape-plan.cc \
66 hb-shape.h \
67 hb-shape-plan.h \
85 hb-ot-shape.cc \
86 hb-ot-shape-complex-arabic.cc \
87 hb-ot-shape-complex-arabic-fallback.hh \
88 hb-ot-shape-complex-arabic-table.hh
    [all...]

Completed in 1226 milliseconds

1 2 34 5 6 7 8 91011>>