Searched refs:encircle (Results 1 – 1 of 1) sorted by relevance
162 void animateEncircleCenterWithX(boolean encircle) { in animateEncircleCenterWithX() argument165 final float textTranslation = encircle in animateEncircleCenterWithX()170 final float iconTranslation = encircle in animateEncircleCenterWithX()178 .alpha(encircle ? 0f : 1f) in animateEncircleCenterWithX()188 .alpha(encircle ? 0f : 1f); in animateEncircleCenterWithX()191 if (encircle) { in animateEncircleCenterWithX()199 .alpha(encircle ? 1f : 0f) in animateEncircleCenterWithX()200 .scaleX(encircle ? 1f : 0f) in animateEncircleCenterWithX()201 .scaleY(encircle ? 1f : 0f); in animateEncircleCenterWithX()