Searched refs:InsetDrawable (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryView.java22 import android.graphics.drawable.InsetDrawable;
43 final InsetDrawable inset = new InsetDrawable(background, -rect.left, 0, -rect.right, 0);
H A DDirectoryFragment.java45 import android.graphics.drawable.InsetDrawable;
757 // the view doesn't clobber the new InsetDrawable callback
763 grid.setForeground(new InsetDrawable(fg, gridPadding));
764 grid.setBackground(new InsetDrawable(bg, gridPadding));
H A DDocumentsActivity.java48 import android.graphics.drawable.InsetDrawable;
151 final Drawable after = new InsetDrawable(before, insetX, insetY, insetX, insetY);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java46 public class InsetDrawable extends Drawable implements Drawable.Callback class in inherits:Drawable,Drawable.Callback
53 /*package*/ InsetDrawable() { method in class:InsetDrawable
57 public InsetDrawable(Drawable drawable, int inset) { method in class:InsetDrawable
61 public InsetDrawable(Drawable drawable, int insetLeft, int insetTop, method in class:InsetDrawable
82 com.android.internal.R.styleable.InsetDrawable);
271 * Returns the drawable wrapped by this InsetDrawable. May be null.
289 InsetState(InsetState orig, InsetDrawable owner, Resources res) {
308 return new InsetDrawable(this, null);
313 return new InsetDrawable(this, res);
331 private InsetDrawable(InsetStat method in class:InsetDrawable
[all...]
H A DDrawable.java920 drawable = new InsetDrawable();

Completed in 74 milliseconds