Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java93 private final float mImageRotationLimit; field in PhotoTable
139 mImageRotationLimit = (float) mResources.getInteger(R.integer.max_image_rotation); in PhotoTable()
840 float angle = randfrange(-mImageRotationLimit, mImageRotationLimit); in dropOnTable()