Searched refs:currentAlpha (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp191 float currentAlpha = getAlphaFromFactoredZ(casterVertices[0].z * heightFactor); local
229 getTransformedAlphaFromAlpha(currentAlpha));
264 if (needsExtraForEdge(currentAlpha, nextAlpha)) {
300 currentAlpha = nextAlpha;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java446 float currentAlpha = getAlpha();
451 mAlphas[mCurrentAlphaIndex] = currentAlpha;
771 float currentAlpha = getAlpha();
774 float textureAlpha = (1f - cappedRatio) * currentAlpha;
778 float colorAlpha = cappedRatio * currentAlpha;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java419 int currentAlpha = getImageAlpha();
420 ValueAnimator animator = ValueAnimator.ofInt(currentAlpha, endAlpha);
438 float durationFactor = Math.abs(currentAlpha - endAlpha) / 255f;

Completed in 81 milliseconds