HomeSort by relevance Sort by last modified time
    Searched full:minset (Results 1 - 3 of 3) 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...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 491 public final int minset = 0; field in class:R
    [all...]

Completed in 922 milliseconds