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

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 102 mState.mInsetLeft = new InsetValue(0f, insetLeft);
103 mState.mInsetTop = new InsetValue(0f, insetTop);
104 mState.mInsetRight = new InsetValue(0f, insetRight);
105 mState.mInsetBottom = new InsetValue(0f, insetBottom);
123 mState.mInsetLeft = new InsetValue(insetLeftFraction, 0);
124 mState.mInsetTop = new InsetValue(insetTopFraction, 0);
125 mState.mInsetRight = new InsetValue(insetRightFraction, 0);
126 mState.mInsetBottom = new InsetValue(insetBottomFraction, 0);
191 final InsetValue inset = getInset(a, R.styleable.InsetDrawable_inset, new InsetValue());
    [all...]
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 281 milliseconds