Searched refs:scaleSize (Results 1 – 2 of 2) sorted by relevance
931 float scaleSize = HINT_SCALE_RATIO; in startSwipeToAnswerHintAnimation() local932 float textOffset = jumpOffset + (scaleSize - 1) * contactPuckBackground.getHeight(); in startSwipeToAnswerHintAnimation()982 contactPuckBackground, 1f, scaleSize, shortAnimTime, new LinearOutSlowInInterpolator()); in startSwipeToAnswerHintAnimation()1007 contactPuckBackground, scaleSize, 1f, shortAnimTime, new LinearOutSlowInInterpolator()); in startSwipeToAnswerHintAnimation()
278 public static void scaleSize(Context context, Point size) { in scaleSize() method in WallpaperCropUtils