Unhide touch feedback drawable and wrapper

Change-Id: I98926d4adfb6e8c6130b31c8f4534a1a382d0f3b
This commit is contained in:
Alan Viverette
2014-03-24 19:54:34 -07:00
parent 9bbbee116e
commit 840dede901
3 changed files with 30 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import android.graphics.Xfermode;
/**
* A Drawable that wraps another Drawable.
*/
class DrawableWrapper extends Drawable implements Drawable.Callback {
public class DrawableWrapper extends Drawable implements Drawable.Callback {
private WrapperState mWrapperState;
/** Local drawable backed by its own constant state. */
@@ -300,7 +300,7 @@ class DrawableWrapper extends Drawable implements Drawable.Callback {
return mWrappedDrawable;
}
static abstract class WrapperState extends ConstantState {
public static abstract class WrapperState extends ConstantState {
ConstantState mWrappedConstantState;
WrapperState(WrapperState orig) {