Searched refs:alpha (Results 201 - 225 of 236) sorted by relevance

12345678910

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java132 * as alpha (set via setAlpha) and color filter (set via setColorFilter).
409 * Specify an alpha value for the drawable. 0 means fully transparent, and
412 public abstract void setAlpha(int alpha); argument
415 * Gets the current alpha value for the drawable. 0 means fully transparent,
417 * Drawable subclasses and the value returned is specific to how that class treats alpha.
419 * specific to its use of alpha.
620 * custom alpha or color filter that has been applied by the client through
/frameworks/base/libs/hwui/
H A DDisplayListOp.h196 // coordinates, and that paint's alpha is used
331 int alpha, SkXfermode::Mode mode, int flags)
332 : mArea(left, top, right, bottom), mAlpha(alpha), mMode(mode), mFlags(flags) {}
363 int alpha, SkXfermode::Mode mode, int flags) {
365 mAlpha = alpha;
330 SaveLayerOp(float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags) argument
362 reinit(float left, float top, float right, float bottom, int alpha, SkXfermode::Mode mode, int flags) argument
H A DDisplayListRenderer.h82 int alpha, SkXfermode::Mode mode, int flags);
H A DFontRenderer.cpp60 renderer->setupDrawAlpha8Color(paint->getColor(), alpha);
64 float floatAlpha = alpha / 255.0f;
H A DPathTessellator.cpp26 ALOGD("point %d at %f %f, alpha %f", \
27 i, buffer[i].position[0], buffer[i].position[1], buffer[i].alpha); \
74 AlphaVertex::set(destPtr, srcPtr->position[0], srcPtr->position[1], srcPtr->alpha);
182 * Fills a vertexBuffer with non-alpha vertices, zig-zagging at each perimeter point to create a
242 * Fills a vertexBuffer with non-alpha vertices similar to getStrokeVerticesFromPerimeter, except:
335 // generate alpha points - fill Alpha vertex gaps in between each point with
336 // alpha 0 vertex, offset by a scaled normal.
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewManager.java179 public void setAlpha(int alpha) {
H A DCameraWidgetFrame.java333 .alpha(1f)
/frameworks/native/opengl/include/GLES/
H A Dglext.h619 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
622 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
659 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
662 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java742 AlphaAnimation alpha = new AlphaAnimation(startAlpha, endAlpha);
743 alpha.setInterpolator(DECELERATE_CUBIC);
744 alpha.setDuration(ANIM_DUR);
745 set.addAnimation(alpha);
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java1165 private static float lerp(float x, float y, float alpha) { argument
1166 return x + (y - x) * alpha;
/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java294 private void setSnapshotTransformInTransaction(Matrix matrix, float alpha) { argument
308 mSurfaceControl.setAlpha(alpha);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java131 public void setAlpha(int alpha) { argument
132 mColor = (alpha << 24) | (mColor & 0x00FFFFFF);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java119 /** Background image that contains nothing, so it can be alpha faded from
823 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
903 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java118 /** Background image that contains nothing, so it can be alpha faded from
822 mBackground.animate().alpha(1f).setDuration(ENTER_ANIMATION_DURATION_MS).start();
902 mBackground.animate().alpha(0f).setDuration(EXIT_ANIMATION_DURATION_MS).start();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp319 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
322 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
327 (GLclampf)alpha
331 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
334 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
339 (GLclampx)alpha
379 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
382 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
387 (GLfloat)alpha
391 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
321 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
333 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
381 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
393 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
405 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
4344 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
[all...]
H A Dandroid_opengl_GLES20.cpp418 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
421 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
426 (GLclampf)alpha
571 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
574 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
579 (GLclampf)alpha
601 /* void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) */
604 (JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) {
609 (GLboolean)alpha
420 android_glBlendColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
573 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
603 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
H A Dandroid_opengl_GLES11Ext.cpp802 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
805 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
810 (GLclampx)alpha
889 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
892 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
897 (GLfixed)alpha
804 android_glClearColorxOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
891 android_glColor4xOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h814 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
823 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
826 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java175 public void setAlpha(int alpha) { argument
585 * allow setting an alpha, color filter, or other attributes, etc. The
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java654 * This method will cause the View's <code>alpha</code> property to be animated to the
661 public ViewPropertyAnimator alpha(float value) { method in class:ViewPropertyAnimator
667 * This method will cause the View's <code>alpha</code> property to be animated by the
1066 // alpha requires slightly different treatment than the other (transform) properties.
1069 // We track what kinds of properties are set, and how alpha is handled when it is
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1563 if (s.alpha==255 && !translucent &&
1785 && layer->isOpaque() && (state.alpha == 0xFF)
2018 if (layer->setAlpha(uint8_t(255.0f*s.alpha+0.5f)))
3095 ALOGE("%c index=%d, name=%s, layerStack=%d, z=%d, visible=%d, flags=%x, alpha=%x",
3098 layer->isVisible(), state.flags, state.alpha);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1457 * Returns an animator for the view's alpha value.
1459 private static Animator animateAlpha(View v, float alpha) { argument
1460 return ObjectAnimator.ofFloat(v, View.ALPHA, alpha);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java1049 mIconMime.animate().alpha(0f).start();
1051 mIconThumb.animate().alpha(targetAlpha).start();
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp175 float alpha; member in class:Rectangle
1312 blend(defaultBlend), color(defaultColor), alpha(defaultAlpha),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java563 .alpha(1f).setStartDelay(startDelay)

Completed in 1966 milliseconds

12345678910