Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/transition/
DChangeScaleAndPosition.kt46 values[PROPNAME_POSY] = screenLocation[1] in getTransitionProperties()
63 ((startValues.values[PROPNAME_POSY] as Int) - (endValues.values[PROPNAME_POSY] as Int)) in createAnimator()
91 private const val PROPNAME_POSY = "changeScaleAndPosition:posY" constant
94 val properties = arrayOf(PROPNAME_POSX, PROPNAME_POSY, PROPNAME_WIDTH, PROPNAME_HEIGHT)