HomeSort by relevance Sort by last modified time
    Searched refs:OPAQUE (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 74 getHolder().setFormat(PixelFormat.OPAQUE);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 300 final Bitmap.Config c = icon.getOpacity() != PixelFormat.OPAQUE ?
WallpaperManager.java 175 return PixelFormat.OPAQUE;
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 132 * Surface creation flag: Indicates that the surface must be considered opaque,
135 * still draw every pixel opaque.
137 * This flag is ignored if setAlpha() is used to make the surface non-opaque.
140 * <li>OPAQUE + alpha(1.0) == opaque composition
141 * <li>OPAQUE + alpha(0.x) == blended composition
142 * <li>!OPAQUE + alpha(1.0) == blended composition
143 * <li>!OPAQUE + alpha(0.x) == blended composition
145 * If the underlying buffer lacks an alpha channel, the OPAQUE flag is effectively
148 public static final int OPAQUE = 0x00000400
    [all...]
SurfaceView.java 310 boolean opaque = true;
313 opaque = super.gatherTransparentRegion(region);
326 opaque = false;
328 return opaque;
755 // for backward compatibility reason, OPAQUE always
757 if (format == PixelFormat.OPAQUE)
    [all...]
Window.java 199 private int mDefaultWindowFormat = PixelFormat.OPAQUE;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 327 if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.mInsetTop > 0
ShapeDrawable.java 317 return PixelFormat.OPAQUE;
Drawable.java 434 * 255 means fully opaque.
440 * 255 means fully opaque. This method is implemented by
728 * {@link android.graphics.PixelFormat#OPAQUE}.
733 * TRANSLUCENT and the others are OPAQUE then TRANSLUCENT should be
751 * else, OPAQUE is returned.
775 return PixelFormat.OPAQUE;
    [all...]
NinePatchDrawable.java 538 * value of OPAQUE or TRANSLUCENT.
543 PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 387 final Bitmap.Config c = icon.getOpacity() != PixelFormat.OPAQUE ?
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 649 dr0.setOpacity(PixelFormat.OPAQUE);
656 assertEquals(PixelFormat.OPAQUE, mDrawableContainer.getOpacity());
    [all...]
LayerDrawableTest.java 527 assertEquals(PixelFormat.OPAQUE, layerDrawable.getOpacity());
740 private int mOpacity = PixelFormat.OPAQUE;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 253 PixelFormat.OPAQUE, flags);
259 PixelFormat.OPAQUE, flags);
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 649 icon.getOpacity() != PixelFormat.OPAQUE ?
  /frameworks/base/core/java/android/service/dreams/
DreamService.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 157 return android.graphics.PixelFormat.OPAQUE;
  /external/tcpdump/
print-snmp.c 80 #undef OPAQUE /* defined in <wingdi.h> */
118 "Opaque",
119 #define OPAQUE 4
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 722 if (0 == SetBkMode(hdc_, OPAQUE)) {
870 // ApplyPaint expect an opaque color.
907 // There is no quick way to determine if an image is opaque.
  /frameworks/base/core/java/android/widget/
ImageView.java     [all...]

Completed in 2016 milliseconds

1 23 4 5