HomeSort by relevance Sort by last modified time
    Searched full:translucent (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 502 assertEquals(PixelFormat.TRANSLUCENT,
503 Drawable.resolveOpacity(PixelFormat.TRANSLUCENT, PixelFormat.TRANSLUCENT));
505 Drawable.resolveOpacity(PixelFormat.UNKNOWN, PixelFormat.TRANSLUCENT));
506 assertEquals(PixelFormat.TRANSLUCENT,
507 Drawable.resolveOpacity(PixelFormat.OPAQUE, PixelFormat.TRANSLUCENT));
DrawableContainerStateTest.java 221 dr2.setOpacity(PixelFormat.TRANSLUCENT);
224 assertEquals(PixelFormat.TRANSLUCENT, mDrawableContainerState.getOpacity());
233 dr4.setOpacity(PixelFormat.TRANSLUCENT);
ColorDrawableTest.java 93 assertEquals(PixelFormat.TRANSLUCENT, colorDrawable.getOpacity());
PictureDrawableTest.java 76 assertEquals(PixelFormat.TRANSLUCENT, pictureDrawable.getOpacity());
ShapeDrawableTest.java 120 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity());
130 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity());
BitmapDrawableTest.java 246 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
253 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
259 assertEquals(PixelFormat.TRANSLUCENT, bitmapDrawable.getOpacity());
NinePatchDrawableTest.java 250 assertEquals(PixelFormat.TRANSLUCENT, mNinePatchDrawable.getOpacity());
262 // translucent image
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 78 // Translucent Widget positioned right above the active view that is used to
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 91 return PixelFormat.TRANSLUCENT;
Drawable.java 568 * {@link android.graphics.PixelFormat#TRANSLUCENT},
575 * TRANSLUCENT and the others are OPAQUE then TRANSLUCENT should be
591 * either is UNKNOWN, that is returned; else, if either is TRANSLUCENT,
611 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
612 return PixelFormat.TRANSLUCENT;
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
WindowCompat.java 41 * an Action Bar with a transparent background or otherwise displaying a transparent/translucent
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 59 return PixelFormat.TRANSLUCENT;
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 560 * True if the translucent bucket should automatically be rendered
563 * @return Whether or not the translucent bucket is rendered.
573 * {@link Bucket#Translucent translucent bucket}
576 * @param handleTranslucentBucket Whether or not the translucent bucket should
    [all...]
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 93 MediaButton buttonType, bool translucent,
119 if (translucent)
  /frameworks/base/tests/HwAccelerationTest/
AndroidManifest.xml 372 android:theme="@android:style/Theme.Translucent.NoTitleBar">
463 android:theme="@android:style/Theme.Translucent.NoTitleBar">
483 android:theme="@android:style/Theme.Translucent.NoTitleBar">
493 android:theme="@android:style/Theme.Translucent.NoTitleBar"
503 android:theme="@android:style/Theme.Translucent.NoTitleBar">
522 android:theme="@android:style/Theme.Translucent.NoTitleBar">
532 android:theme="@android:style/Theme.Translucent.NoTitleBar">
551 android:theme="@android:style/Theme.Translucent.NoTitleBar">
561 android:theme="@android:style/Theme.Translucent.NoTitleBar">
571 android:theme="@android:style/Theme.Translucent.NoTitleBar"
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 98 PixelFormat.getPixelFormatInfo(PixelFormat.TRANSLUCENT, mPixelFormat);
  /developers/samples/android/ui/holo/BorderlessButtons/res/layout/
list_item.xml 46 changes to a translucent color overlay when the view is pressed or
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List9.java 85 PixelFormat.TRANSLUCENT);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 80 * are further away from the source are offset greater and are more translucent).
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 69 * partially transparent (translucent) pixels (where 1 <= alpha <= 254),
82 * for the translucent lines. Two padding bytes may be inserted
83 * before each translucent line to keep them 32-bit aligned.
947 * Per-pixel blitting macros for translucent pixels:
1021 * Ctype the translucent count type, and do_blend the macro
1060 /* blit translucent pixels on the same line */ \
    [all...]
  /external/skia/legacy/src/core/
SkComposeShader.cpp 82 is translucent, then we apply that after the fact.
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 47 <p>The following {@link android.view.ViewStub} is for a translucent progress bar overlay. It should
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 44 1, 1, PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN);
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 572 * @param translucent True if the surface is translucent, false otherwise
576 static HardwareRenderer createGlRenderer(int glVersion, boolean translucent) {
579 return Gl20Renderer.create(translucent);
822 GlRenderer(int glVersion, boolean translucent) {
824 mTranslucent = translucent;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 564 bool translucent, bool drawBackground,
569 , m_translucent(translucent)

Completed in 673 milliseconds

12 3 4 5 6 7