Searched defs:createRelativeInsetDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DDrawableLayoutDirectionHelper.java34 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable, method in class:DrawableLayoutDirectionHelper
38 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
46 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable, method in class:DrawableLayoutDirectionHelper
54 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
62 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable, method in class:DrawableLayoutDirectionHelper
65 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
69 private static InsetDrawable createRelativeInsetDrawable(Drawable drawable, method in class:DrawableLayoutDirectionHelper

Completed in 748 milliseconds