Searched refs:MAX_ALPHA (Results 1 – 3 of 3) sorted by relevance
66 private static final int MAX_ALPHA = 255; field in SwipeRefreshLayout67 private static final int STARTING_PROGRESS_ALPHA = (int) (.3f * MAX_ALPHA);163 mProgress.setAlpha(MAX_ALPHA);173 setColorViewAlpha(MAX_ALPHA);364 mProgress.setAlpha(MAX_ALPHA); in startScaleUpAnimation()386 setColorViewAlpha((int) (progress * MAX_ALPHA)); in setAnimationProgress()424 mAlphaMaxAnimation = startAlphaAnimation(mProgress.getAlpha(), MAX_ALPHA); in startProgressAlphaMaxAnimation()771 if (mProgress.getAlpha() < MAX_ALPHA in onTouchEvent()
63 private static final float MAX_ALPHA = 0.5f; field in EdgeEffect217 mGlowAlpha = mGlowAlphaStart = Math.min(MAX_ALPHA, in onPull()287 mGlowAlphaStart, Math.min(velocity * VELOCITY_GLOW_FACTOR * .00001f, MAX_ALPHA)); in onAbsorb()
786 private static final int MAX_ALPHA = 255; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController795 PROPERTY_NAME_ALPHA, MIN_ALPHA, MAX_ALPHA); in AnimationController()830 setAlpha(MAX_ALPHA); in handleMessage()