HomeSort by relevance Sort by last modified time
    Searched defs:Drawable (Results 1 - 25 of 46) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 17 package android.graphics.drawable.cts;
40 import android.graphics.drawable.Drawable;
119 assertNull(Drawable.createFromPath(null));
123 assertNull(Drawable.createFromPath(uri.getPath()));
132 assertNotNull(Drawable.createFromPath(u.toString()));
165 assertNull(Drawable.createFromStream(null, "test.bmp"));
175 assertNull(Drawable.createFromStream(inputEmptyStream, "Sample"));
182 assertNotNull(Drawable.createFromStream(inputStream, "Sample"));
209 assertNull(Drawable.createFromResourceStream(null, null, inputStream, "test.bmp"))
302 Drawable drawable = Drawable.createFromXml(mResources, parser); local
314 Drawable drawable = Drawable.createFromXmlInner(mResources, parser, attrs); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 38 #define Drawable CARD32
126 Drawable drawable B32;
149 Drawable drawable B32;
183 Drawable drawable B32;
199 Drawable drawable B32;
212 #undef Drawable
    [all...]
multibufst.h 52 #define Drawable CARD32
231 Drawable drawable B32;
295 #undef Drawable
466 DrawablePtr pDrawable; /* associated drawable */
lbxstr.h 44 #define Drawable CARD32
506 Drawable drawable B32;
583 CARD8 srcCache; /* source drawable */
584 CARD8 cacheEnts; /* dest drawable and gc */
595 CARD8 srcCache; /* source drawable */
596 CARD8 cacheEnts; /* dest drawable and gc */
931 #undef Drawable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 38 #define Drawable CARD32
126 Drawable drawable B32;
149 Drawable drawable B32;
183 Drawable drawable B32;
199 Drawable drawable B32;
212 #undef Drawable
    [all...]
multibufst.h 52 #define Drawable CARD32
231 Drawable drawable B32;
295 #undef Drawable
466 DrawablePtr pDrawable; /* associated drawable */
lbxstr.h 44 #define Drawable CARD32
506 Drawable drawable B32;
583 CARD8 srcCache; /* source drawable */
584 CARD8 cacheEnts; /* dest drawable and gc */
595 CARD8 srcCache; /* source drawable */
596 CARD8 cacheEnts; /* dest drawable and gc */
931 #undef Drawable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 38 #define Drawable CARD32
126 Drawable drawable B32;
149 Drawable drawable B32;
183 Drawable drawable B32;
199 Drawable drawable B32;
212 #undef Drawable
    [all...]
multibufst.h 52 #define Drawable CARD32
231 Drawable drawable B32;
295 #undef Drawable
466 DrawablePtr pDrawable; /* associated drawable */
lbxstr.h 44 #define Drawable CARD32
506 Drawable drawable B32;
583 CARD8 srcCache; /* source drawable */
584 CARD8 cacheEnts; /* dest drawable and gc */
595 CARD8 srcCache; /* source drawable */
596 CARD8 cacheEnts; /* dest drawable and gc */
931 #undef Drawable
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 17 package android.graphics.drawable;
48 * A Drawable is a general abstraction for "something that can be drawn." Most
49 * often you will deal with Drawable as the type of resource retrieved for
50 * drawing things to the screen; the Drawable class provides a generic API for
52 * Unlike a {@link android.view.View}, a Drawable does not have any facility to
55 * <p>In addition to simple drawing, Drawable provides a number of generic
60 * Drawable where it is drawn and how large it should be. All Drawables
67 * For example, a Drawable that is intended to be the frame for a button
71 * <li> The {@link #setState} method allows the client to tell the Drawable
76 * continuous controller that can modify the Drawable is displayed, such a
837 Drawable drawable = createFromXmlInner(r, parser, attrs); local
853 Drawable drawable; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 32 // (3) Use a private Drawable class (which inherits from ResourceTexture)
33 // instead of android.graphics.drawable.Drawable to hold the images.
34 // The private Drawable class is used to translate original Canvas calls to
84 private final Drawable mEdge;
85 private final Drawable mGlow;
137 mEdge = new Drawable(context, R.drawable.overscroll_edge);
138 mGlow = new Drawable(context, R.drawable.overscroll_glow)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 61 #define Drawable CARD32
200 Drawable drawable B32;
218 Drawable drawable B32;
236 Drawable drawable B32;
254 Drawable drawable B32;
289 Drawable drawable B32
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 51 * This allows for drawing through {@link #draw(Drawable, Paint_Delegate)} and
52 * {@link #draw(Drawable, Paint_Delegate)}
82 public interface Drawable {
557 * Executes the Drawable's draw method, with a null paint delegate.
560 * @param drawable
562 public void draw(Drawable drawable) {
563 draw(drawable, null, false /*compositeOnly*/, false /*forceSrcMode*/);
567 * Executes the Drawable's draw method.
570 * @param drawable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 102 typedef XID Drawable;
611 #define XYPixmap 1 /* depth == drawable depth */
612 #define ZPixmap 2 /* depth == drawable depth */
Xproto.h 245 #define Drawable CARD32
1040 Drawable drawable B32;
1049 Drawable drawable B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 102 typedef XID Drawable;
611 #define XYPixmap 1 /* depth == drawable depth */
612 #define ZPixmap 2 /* depth == drawable depth */
Xproto.h 245 #define Drawable CARD32
1040 Drawable drawable B32;
1049 Drawable drawable B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 102 typedef XID Drawable;
611 #define XYPixmap 1 /* depth == drawable depth */
612 #define ZPixmap 2 /* depth == drawable depth */
Xproto.h 245 #define Drawable CARD32
1040 Drawable drawable B32;
1049 Drawable drawable B32;
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 666 milliseconds

1 2