Searched refs:alpha (Results 176 - 200 of 316) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp593 float alpha = testRandFract(); local
603 hwcTestFillColor(frames[row][col].get(), color, alpha);
605 testPrintI(" buf: %p handle: %p color: %s alpha: %f",
607 string(color).c_str(), alpha);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java405 private void setPaintAlpha(int alpha) { argument
406 alpha += alpha >> 7;
408 final int useAlpha = baseAlpha * alpha >> 8;
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java205 return Color.argb(Color.alpha(color),
/frameworks/base/include/private/graphics/
H A DCanvas.h61 int alpha, SkCanvas::SaveFlags flags) = 0;
/frameworks/base/libs/input/
H A DPointerController.cpp443 spot->alpha -= float(frameDelay) / SPOT_FADE_DURATION;
444 if (spot->alpha <= 0) {
448 spot->sprite->setAlpha(spot->alpha);
586 sprite->setAlpha(alpha);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPINView.java124 .alpha(0f)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java134 .alpha(newAlpha)
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java630 private boolean showSurface(float alpha) { argument
631 if (!mSurfaceVisible || mSurfaceAlpha != alpha) {
635 mSurfaceControl.setAlpha(alpha);
641 mSurfaceAlpha = alpha;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java194 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
H A DGLES11.spec6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java25 * Helper class for assigning a dim color to Paint. It holds the alpha value for
58 * used; the alpha channel is ignored.
83 * Sets the active level of the dimmer. Updates the alpha value based on the
102 * Returns the alpha value for the dimmer.
109 * Returns the float value between 0 and 1 corresponding to alpha between
117 * Returns the Paint object set to the current alpha value.
125 * alpha value of the color.
128 * @return A color with the RGB values adjusted by the alpha of the current
133 return Color.argb(Color.alpha(color),
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java228 public void setAlpha(int alpha) { argument
229 mRing.setAlpha(alpha);
554 * @param alpha Set the alpha of the progress spinner and associated arrowhead.
556 public void setAlpha(int alpha) { argument
557 mAlpha = alpha;
561 * @return Current alpha of the progress spinner and arrowhead.
H A DSwipeRefreshLayout.java326 * Pre API 11, alpha is used to make the progress circle appear instead of scale.
360 // Pre API 11, alpha is used in place of scale up to show the
362 // Don't adjust the alpha during appearance otherwise.
380 * Pre API 11, this does an alpha animation.
427 // Pre API 11, alpha is used in place of scale. Don't also use it to
432 Animation alpha = new Animation() {
440 alpha.setDuration(ALPHA_ANIMATION_DURATION);
444 mCircleView.startAnimation(alpha);
445 return alpha;
733 // Animate the alpha
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java196 .alpha(0).setListener(new VpaListenerAdapter() {
225 animation.alpha(1).setDuration(getAddDuration()).
343 oldViewAnim.alpha(0).setListener(new VpaListenerAdapter() {
363 alpha(1).setListener(new VpaListenerAdapter() {
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl190 void setUniverseTransform(IBinder window, float alpha, float offx, float offy,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java159 public void setAlpha(int alpha) { argument
160 mState.mDrawable.setAlpha(alpha);
H A DScaleDrawable.java179 public void setAlpha(int alpha) { argument
180 mScaleState.mDrawable.setAlpha(alpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSwipeHelper.java59 // beyond which alpha->0
334 float alpha = getAlphaForOffset(mCurrView);
335 mCurrView.setAlpha(alpha);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java408 .alpha(0f)
418 .alpha(1f)
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java257 .alpha(1f)
265 ok.animate().alpha(1f)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java141 * Decodes a string field that's formatted like the EF[ADN] alpha
146 * this alpha tagging shall use either
148 * TS 23.038 [12] with bit 8 set to 0. The alpha identifier
153 * 1) If the first octet in the alpha string is '80', then the
155 * 2) if the first octet in the alpha string is '81', then the
169 * 3) If the first octet of the alpha string is set to '82', then
519 int alpha = 0xff << 24;
521 result[colorIndex++] = alpha
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java141 * Decodes a string field that's formatted like the EF[ADN] alpha
146 * this alpha tagging shall use either
148 * TS 23.038 [12] with bit 8 set to 0. The alpha identifier
153 * 1) If the first octet in the alpha string is '80', then the
155 * 2) if the first octet in the alpha string is '81', then the
169 * 3) If the first octet of the alpha string is set to '82', then
519 int alpha = 0xff << 24;
521 result[colorIndex++] = alpha
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java127 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
133 float alpha
136 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
142 int alpha
169 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
175 float alpha
178 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
184 int alpha
187 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
193 boolean alpha
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java579 private void applyAlpha(View v, float alpha) { argument
583 if (alpha == 0f) {
587 v.setAlpha(alpha);
736 mQsDetailHeaderProgress.animate().alpha(1f);
739 mQsDetailHeaderProgress.animate().alpha(0f);
781 .alpha(in ? 1 : 0)

Completed in 631 milliseconds

1234567891011>>