Searched refs:currentAlpha (Results 1 – 5 of 5) sorted by relevance
428 float currentAlpha = mBlackLayer.getAlpha(); in showStartSend() local429 if (mBlackLayer.isShown() && currentAlpha > 0.0f) { in showStartSend()431 new float[] {currentAlpha, 0.0f}); in showStartSend()480 float currentAlpha = mScreenshotView.getAlpha(); in finish() local489 new float[] {currentAlpha, 1.0f}); in finish()500 new float[] {currentAlpha, 0.0f}); in finish()
446 float currentAlpha = getAlpha(); in save() local451 mAlphas[mCurrentAlphaIndex] = currentAlpha; in save()771 float currentAlpha = getAlpha(); in drawMixed() local774 float textureAlpha = (1f - cappedRatio) * currentAlpha; in drawMixed()778 float colorAlpha = cappedRatio * currentAlpha; in drawMixed()
444 float currentAlpha = getAlpha(); in save() local449 mAlphas[mCurrentAlphaIndex] = currentAlpha; in save()770 float currentAlpha = getAlpha(); in drawMixed() local773 float textureAlpha = (1f - cappedRatio) * currentAlpha; in drawMixed()777 float colorAlpha = cappedRatio * currentAlpha; in drawMixed()
362 float currentAlpha = cl.getShortcutsAndWidgets().getAlpha(); in animateWorkspace() local370 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) { in animateWorkspace()
1617 float currentAlpha = cl.getShortcutsAndWidgets().getAlpha();1618 float initialAlpha = currentAlpha;1662 float currentAlpha = cl.getShortcutsAndWidgets().getAlpha();1681 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) {