Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java232 float backY = mPanel[1].getRotationY(); in flip() local
237 backY = wrap360(backY); in flip()
240 mPanel[1].setRotationY(backY); in flip()
243 backY = lockTo180(backY + sgn * 180f); in flip()
248 frontY = backY = 0f; in flip()
255 .rotationY(backY) in flip()