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 DColor.java51 @ColorInt public static final int TRANSPARENT = 0; field in class:Color
H A DPixelFormat.java27 @IntDef({UNKNOWN, TRANSLUCENT, TRANSPARENT, OPAQUE})
42 public static final int TRANSPARENT = -2; field in class:PixelFormat
140 case PixelFormat.TRANSPARENT:
154 * <p>Any other indirect formats (such as {@code TRANSPARENT} or {@code TRANSLUCENT})
/frameworks/base/core/java/android/view/
H A DView.java20157 if (mBackground != null && mBackground.getOpacity() != PixelFormat.TRANSPARENT) {
20163 && mForegroundInfo.mDrawable.getOpacity() != PixelFormat.TRANSPARENT) {
23088 private static final float[] TRANSPARENT = { 0.0f }; field in class:View.ScrollabilityCache
23165 interpolator.setKeyFrame(framesCount, nextFrame, TRANSPARENT);

Completed in 113 milliseconds