Home
last modified time | relevance | path

Searched refs:scaleSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java931 float scaleSize = HINT_SCALE_RATIO; in startSwipeToAnswerHintAnimation() local
932 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()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java278 public static void scaleSize(Context context, Point size) { in scaleSize() method in WallpaperCropUtils