Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java99 private final int mInset; field in PhotoTable
133 mInset = mResources.getDimensionPixelSize(R.dimen.photo_inset); in PhotoTable()
477 layerList.setLayerInset(0, table.mInset, table.mInset, in applyFrame()
478 table.mInset, table.mInset); in applyFrame()
722 float offset = (((float) mWidth + scale * (photoWidth - 2f * mInset)) / 2f); in placeOnDeck()