Searched refs:targetValue (Results 1 – 2 of 2) sorted by relevance
736 float targetValue; in startAppearAnimation() local740 targetValue = 1.0f; in startAppearAnimation()744 targetValue = 0.0f; in startAppearAnimation()747 targetValue); in startAppearAnimation()750 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue))); in startAppearAnimation()
681 private static boolean isClose(float value, float targetValue) { in isClose() argument682 return Math.abs(value - targetValue) < 0.001f; in isClose()