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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/res/res/drawable/
action_bar_divider.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
background_holo_dark.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
background_holo_light.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
view_accessibility_focused.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android" >
25 </shape>
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 26 * can be included (to make a sort of "O" shape).
108 RoundRectShape shape = (RoundRectShape) super.clone(); local
109 shape.mOuterRadii = mOuterRadii != null ? mOuterRadii.clone() : null;
110 shape.mInnerRadii = mInnerRadii != null ? mInnerRadii.clone() : null;
111 shape.mInset = new RectF(mInset);
112 shape.mInnerRect = new RectF(mInnerRect);
113 shape.mPath = new Path(mPath);
114 return shape;
  /frameworks/base/packages/SystemUI/res/drawable/
notification_list_shadow.xml 17 <shape
26 </shape>
status_bar_recents_background.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
25 </shape>
  /frameworks/base/tests/HwAccelerationTest/res/drawable/
gradient.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /frameworks/opt/colorpicker/res/drawable/
color_picker_swatch.xml 16 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" /
  /packages/apps/Calendar/res/drawable/
calendar_color_square.xml 16 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" /
  /packages/apps/Contacts/res/drawable/
background_holo_light.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /packages/apps/DeskClock/res/drawable/
header_bg_bar.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
19 android:shape="rectangle" />
  /packages/apps/DeskClock/res/drawable-land/
header_bg.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android"
19 android:shape="rectangle" />
  /packages/apps/Dialer/res/drawable/
background_dial_holo_dark.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /packages/apps/Gallery2/res/drawable/
white_text_bg_gradient.xml 16 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape
  /packages/apps/Launcher2/res/drawable/
wallpaper_gallery_background.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
20 </shape
  /packages/apps/QuickSearchBox/res/drawable/
activity_background.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /packages/apps/UnifiedEmail/res/drawable/
list_edge_tablet.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
24 </shape>
shadow_right.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
24 </shape>
  /packages/experimental/LoaderApp/res/drawable/
phat_title_bar_background.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /packages/services/Telephony/res/drawable/
background_dial_holo_dark.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html 30 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
31 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
32 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
33 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
34 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
35 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
36 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
37 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable2-expected-completion51.txt 4 android:shape : Indicates what shape to fill with a gradient. [enum]
  /external/llvm/test/YAMLParser/
spec-02-24.data 4 --- !shape
  /cts/tests/res/drawable/
paintdrawable_attr.xml 18 <shape xmlns:android="http://schemas.android.com/apk/res/android"
19 android:shape="rectangle">
41 </shape>

Completed in 1097 milliseconds

1 2 3 4 56 7 8 91011>>