Searched refs:getRestingAlpha (Results 1 – 2 of 2) sorted by relevance
96 leftIcon != null ? leftIcon.getRestingAlpha() : 0, in init()104 rightIcon != null ? rightIcon.getRestingAlpha() : 0, in init()437 alpha + fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()446 fadeOutAlpha * targetView.getRestingAlpha(), in setTranslation()457 fadeOutAlpha * otherView.getRestingAlpha(), in setTranslation()478 updateIconAlpha(targetView, alpha + fadeOutAlpha * targetView.getRestingAlpha(), false); in updateIconsFromTranslation()480 updateIconAlpha(otherView, fadeOutAlpha * otherView.getRestingAlpha(), false); in updateIconsFromTranslation()532 float scale = alpha / icon.getRestingAlpha() * 0.2f + SwipeButtonView.MIN_ICON_SCALE_AMOUNT; in getScale()
409 public float getRestingAlpha() { in getRestingAlpha() method in SwipeButtonView