File
Doc
Category
Size
Date
Package
ColorDrawableWithDimensions.java
API Doc
Android 5.1 API
1142
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.recent
ColorDrawableWithDimensions
java.lang.Object
android.graphics.drawable.ColorDrawable
public class ColorDrawableWithDimensions extends android.graphics.drawable.ColorDrawable
Fields Summary
private int
mWidth
private int
mHeight
Constructors Summary
public ColorDrawableWithDimensions
(
int
color,
int
width,
int
height)
super(color); mWidth = width; mHeight = height;
Methods Summary
public
int
getIntrinsicHeight
()
return mHeight;
public
int
getIntrinsicWidth
()
return mWidth;
Java Code Source