Searched refs:insetLeft (Results 1 – 2 of 2) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/graphics/ |
D | PageMarginDrawable.java | 34 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/ |
D | PlaceholderInsetDrawable.java | 55 private PlaceholderInsetDrawable(final Drawable drawable, final int insetLeft, in PlaceholderInsetDrawable() argument 58 super(drawable, insetLeft, insetTop, insetRight, insetBottom); in PlaceholderInsetDrawable()
|