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

/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
H A DFitWidthBitmapDrawable.java39 public class FitWidthBitmapDrawable extends Drawable { class in inherits:Drawable
63 return new FitWidthBitmapDrawable(this);
76 public FitWidthBitmapDrawable() { method in class:FitWidthBitmapDrawable
80 FitWidthBitmapDrawable(BitmapState state) { method in class:FitWidthBitmapDrawable
209 public static final Property<FitWidthBitmapDrawable, Integer> PROPERTY_VERTICAL_OFFSET;
217 PROPERTY_VERTICAL_OFFSET = new Property<FitWidthBitmapDrawable, Integer>(Integer.class,
220 public void set(FitWidthBitmapDrawable object, Integer value) {
225 public Integer get(FitWidthBitmapDrawable object) {
233 static IntProperty<FitWidthBitmapDrawable> getVerticalOffsetIntProperty() {
234 return new IntProperty<FitWidthBitmapDrawable>("verticalOffse
[all...]

Completed in 49 milliseconds