Searched defs:TRANSPARENT (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DColor.h25 static const Color8888 TRANSPARENT = 0x0; variable
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java26 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
46 public static final int TRANSPARENT = -2; field in class:PixelFormat
156 case PixelFormat.TRANSPARENT:
167 * <p>Any other indirect formats (such as {@code TRANSPARENT} or {@code TRANSLUCENT})
H A DColor.java305 @ColorInt public static final int TRANSPARENT = 0; field in class:Color
/frameworks/base/core/java/android/view/
H A DView.java22431 if (mBackground != null && mBackground.getOpacity() != PixelFormat.TRANSPARENT) {
22437 && mForegroundInfo.mDrawable.getOpacity() != PixelFormat.TRANSPARENT) {
22442 && mDefaultFocusHighlight.getOpacity() != PixelFormat.TRANSPARENT) {
25578 private static final float[] TRANSPARENT = { 0.0f }; field in class:View.ScrollabilityCache
25657 interpolator.setKeyFrame(framesCount, nextFrame, TRANSPARENT);

Completed in 1529 milliseconds