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

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 191 final InsetValue inset = getInset(a, R.styleable.InsetDrawable_inset, new InsetValue());
197 state.mInsetLeft = getInset(a, R.styleable.InsetDrawable_insetLeft, state.mInsetLeft);
198 state.mInsetTop = getInset(a, R.styleable.InsetDrawable_insetTop, state.mInsetTop);
199 state.mInsetRight = getInset(a, R.styleable.InsetDrawable_insetRight, state.mInsetRight);
200 state.mInsetBottom = getInset(a, R.styleable.InsetDrawable_insetBottom, state.mInsetBottom);
203 private InsetValue getInset(@NonNull TypedArray a, int index, InsetValue defaultValue) {
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 120 milliseconds