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

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 34 private RectF mInset;
68 mInset = inset;
117 mInnerRect.set(r.left + mInset.left, r.top + mInset.top,
118 r.right - mInset.right, r.bottom - mInset.bottom);
134 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 278 milliseconds