Home
last modified time | relevance | path

Searched refs:MyConstantState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
DLauncherIcons.java130 final MyConstantState mState;
134 mState = new MyConstantState(shadow, dr.getConstantState()); in ShadowDrawable()
137 ShadowDrawable(MyConstantState state) { in ShadowDrawable()
164 private static class MyConstantState extends ConstantState { class in LauncherIcons.ShadowDrawable
170 MyConstantState(Bitmap shadow, ConstantState childState) { in MyConstantState() method in LauncherIcons.ShadowDrawable.MyConstantState