/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
RoundRectShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RoundRectShape;
|
ShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RoundRectShape; 27 import android.graphics.drawable.shapes.Shape;
|
PathShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.PathShape;
|
RectShapeTest.java | 17 package android.graphics.drawable.shapes.cts; 26 import android.graphics.drawable.shapes.RectShape;
|
/dalvik/tests/044-proxy/src/ |
BasicTest.java | 41 Shapes shapes = (Shapes) proxy; local 42 shapes.circle(3); 43 shapes.rectangle(10, 20); 44 shapes.blob(); 55 shapes.upChuck(); 61 shapes.upCheck(); 88 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(), 116 interface Shapes { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 168 ((d)->shape_ndx= (s)-&(g)->shapes[0]) 182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) 218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) 293 XkbShapePtr shapes; member in struct:_XkbGeometry
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 168 ((d)->shape_ndx= (s)-&(g)->shapes[0]) 182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) 218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) 293 XkbShapePtr shapes; member in struct:_XkbGeometry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 129 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 131 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 160 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 168 ((d)->shape_ndx= (s)-&(g)->shapes[0]) 182 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 184 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 216 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) 218 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) 293 XkbShapePtr shapes; member in struct:_XkbGeometry
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
CompoundCollisionShape.java | 32 package com.jme3.bullet.collision.shapes; 34 import com.bulletphysics.collision.shapes.CompoundShape; 36 import com.jme3.bullet.collision.shapes.infos.ChildCollisionShape; 52 * A CompoundCollisionShape allows combining multiple base shapes
|
GImpactCollisionShape.java | 32 package com.jme3.bullet.collision.shapes; 34 import com.bulletphysics.collision.shapes.IndexedMesh; 35 import com.bulletphysics.collision.shapes.TriangleIndexVertexArray;
|
HullCollisionShape.java | 1 package com.jme3.bullet.collision.shapes; 3 import com.bulletphysics.collision.shapes.ConvexHullShape;
|
SimplexCollisionShape.java | 5 package com.jme3.bullet.collision.shapes; 7 import com.bulletphysics.collision.shapes.BU_Simplex1to4;
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestCcd.java | 37 import com.jme3.bullet.collision.shapes.BoxCollisionShape;
38 import com.jme3.bullet.collision.shapes.MeshCollisionShape;
39 import com.jme3.bullet.collision.shapes.SphereCollisionShape;
|
TestCollisionGroups.java | 38 import com.jme3.bullet.collision.shapes.MeshCollisionShape; 39 import com.jme3.bullet.collision.shapes.SphereCollisionShape;
|
TestGhostObject.java | 39 import com.jme3.bullet.collision.shapes.BoxCollisionShape; 40 import com.jme3.bullet.collision.shapes.CollisionShape;
|
TestCollisionListener.java | 40 import com.jme3.bullet.collision.shapes.SphereCollisionShape;
|
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/ |
PlaybackGraphs.java | 262 ArrayList<ShapeDrawable> shapes) { 263 // Shapes drawn here are drawn relative to the viewRect 264 Rect viewRect = shapes.get(shapes.size() - 1).getBounds(); 270 for (ShapeDrawable shape : shapes) { 275 public void draw(Canvas canvas, ArrayList<ShapeDrawable> shapes, 282 drawVerticalShiftedShapes(canvas, shapes);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
ShapeHolder.java | 20 import android.graphics.drawable.shapes.Shape;
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ShapeHolder.java | 22 import android.graphics.drawable.shapes.Shape;
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
BoxCollisionShape.java | 32 package com.jme3.bullet.collision.shapes;
|
CollisionShape.java | 32 package com.jme3.bullet.collision.shapes; 43 * TODO: add static methods to create shapes from nodes (like jbullet-jme constructor)
|
CylinderCollisionShape.java | 32 package com.jme3.bullet.collision.shapes;
|
PlaneCollisionShape.java | 6 package com.jme3.bullet.collision.shapes;
|
SphereCollisionShape.java | 32 package com.jme3.bullet.collision.shapes;
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/ |
EmitterPointShape.java | 32 package com.jme3.effect.shapes;
|