Home
last modified time | relevance | path

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

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