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

1 2 3 4 5 6 7 891011>>

  /cts/tests/res/drawable/
window_test_drawable.xml 18 <shape xmlns:android="http://schemas.android.com/apk/res/android">
23 </shape>
  /development/apps/Development/res/drawable/
box.xml 21 <shape xmlns:android="http://schemas.android.com/apk/res/android">
26 </shape>
  /development/samples/ApiDemos/res/drawable/
box.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
24 </shape>
filled_box.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
25 </shape>
hover_background_active.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
23 </shape>
hover_background_inactive.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
23 </shape>
shape_1.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
shape_2.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
24 </shape>
  /external/chromium/chrome/browser/ui/cocoa/
new_tab_button.mm 9 // Approximate the shape. It doesn't need to be perfect. This will need to be
10 // updated if the size or shape of the icon ever changes.
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb.h 36 #include "hb-shape.h"
37 #include "hb-shape-plan.h"
  /external/harfbuzz_ng/src/
hb.h 36 #include "hb-shape.h"
37 #include "hb-shape-plan.h"
  /external/icu4c/layout/
ArabicShaping.h 42 MASK_NOSHAPE = 8 // if this bit set, don't shape this char, i.e. tatweel
59 static void shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 28 * Creates a plane Collision shape
29 * @param plane the plane that defines the shape
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestExpandingTorus.java 5 package jme3test.model.shape;
10 import com.jme3.scene.shape.Torus;
  /frameworks/base/core/res/res/drawable/
box.xml 21 <shape xmlns:android="http://schemas.android.com/apk/res/android">
26 </shape>
list_highlight_active.xml 21 <shape xmlns:android="http://schemas.android.com/apk/res/android">
28 </shape>
list_highlight_inactive.xml 21 <shape xmlns:android="http://schemas.android.com/apk/res/android">
28 </shape>
search_dropdown_dark.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
search_dropdown_light.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /frameworks/base/core/tests/coretests/res/drawable/
box.xml 21 <shape xmlns:android="http://schemas.android.com/apk/res/android">
26 </shape>
  /frameworks/support/v7/appcompat/res/drawable/
abc_search_dropdown_dark.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
abc_search_dropdown_light.xml 17 <shape xmlns:android="http://schemas.android.com/apk/res/android">
22 </shape>
  /packages/apps/Browser/res/drawable/
clear.xml 19 <shape xmlns:android="http://schemas.android.com/apk/res/android">
23 </shape>
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 33 * to control how a shape is moved around on the screen.
50 * A custom view is used to paint the green background and the shape.
88 * Moving the shape in x or y causes an invalidation of the area it used to occupy
101 * Moving the shape in x or y causes an invalidation of the area it used to occupy
126 // listener and manually updating the shape position on each frame.
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 18 if (element.shape.toLowerCase() == 'rect') {
31 } else if (element.shape.toLowerCase() == 'circle') {
43 } else if (element.shape.toLowerCase() == 'poly') {
65 throw new Error('shape=' + element.shape + ' is not supported');

Completed in 950 milliseconds

1 2 3 4 5 6 7 891011>>