Home
last modified time | relevance | path

Searched refs:insetLeft (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/graphics/
DPageMarginDrawable.java34 public PageMarginDrawable(Drawable drawable, int insetLeft, int insetTop, in PageMarginDrawable() argument
36 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PageMarginDrawable()
/packages/apps/Messaging/src/com/android/messaging/ui/
DPlaceholderInsetDrawable.java55 private PlaceholderInsetDrawable(final Drawable drawable, final int insetLeft, in PlaceholderInsetDrawable() argument
58 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PlaceholderInsetDrawable()