Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java231 float frontY = mPanel[0].getRotationY(); in flip() local
236 frontY = wrap360(frontY); in flip()
239 mPanel[0].setRotationY(frontY); in flip()
242 frontY = lockTo180(frontY + sgn * 180f); in flip()
248 frontY = backY = 0f; in flip()
251 .rotationY(frontY) in flip()