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

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DrawableLayoutDirectionHelper.java 34 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable,
38 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
46 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable,
54 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
62 public static InsetDrawable createRelativeInsetDrawable(Drawable drawable,
65 return createRelativeInsetDrawable(drawable, insetStart, insetTop, insetEnd, insetBottom,
69 private static InsetDrawable createRelativeInsetDrawable(Drawable drawable,
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DrawableLayoutDirectionHelperTest.java 41 DrawableLayoutDirectionHelper.createRelativeInsetDrawable(drawable,
58 DrawableLayoutDirectionHelper.createRelativeInsetDrawable(drawable,
76 DrawableLayoutDirectionHelper.createRelativeInsetDrawable(drawable,
103 DrawableLayoutDirectionHelper.createRelativeInsetDrawable(drawable,
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/
GlifPreferenceDelegate.java 72 return DrawableLayoutDirectionHelper.createRelativeInsetDrawable(defaultDivider,
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifListLayout.java 170 mDivider = DrawableLayoutDirectionHelper.createRelativeInsetDrawable(mDefaultDivider,
SetupWizardListLayout.java 155 mDivider = DrawableLayoutDirectionHelper.createRelativeInsetDrawable(mDefaultDivider,
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
GlifRecyclerLayout.java 197 mDivider = DrawableLayoutDirectionHelper.createRelativeInsetDrawable(mDefaultDivider,
SetupWizardRecyclerLayout.java 202 mDivider = DrawableLayoutDirectionHelper.createRelativeInsetDrawable(mDefaultDivider,

Completed in 130 milliseconds