HomeSort by relevance Sort by last modified time
    Searched refs:mInset (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 36 private RectF mInset;
70 mInset = inset;
118 mInnerRect.set(r.left + mInset.left, r.top + mInset.top,
119 r.right - mInset.right, r.bottom - mInset.bottom);
135 shape.mInset = new RectF(mInset);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 99 private final int mInset;
133 mInset = mResources.getDimensionPixelSize(R.dimen.photo_inset);
477 layerList.setLayerInset(0, table.mInset, table.mInset,
478 table.mInset, table.mInset);
722 float offset = (((float) mWidth + scale * (photoWidth - 2f * mInset)) / 2f);
    [all...]

Completed in 75 milliseconds