Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.kt274 toBottom: Int in <lambda>()
285 PropertyValuesHolder.ofInt(VIEW_BOTTOM, toBottom)) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFullScreenAnimation.java409 float toBottom = toFullScreen ? mFullScreenButtonsTranslation / mScale : 0; in startAnimation() local
415 float bottom = fromBottom + t * (toBottom - fromBottom); in startAnimation()