HomeSort by relevance Sort by last modified time
    Searched refs:MyConstantState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/util/
LauncherIcons.java 128 final MyConstantState mState;
132 mState = new MyConstantState(shadow, dr.getConstantState());
135 ShadowDrawable(MyConstantState state) {
162 private static class MyConstantState extends ConstantState {
168 MyConstantState(Bitmap shadow, ConstantState childState) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 320 return new MyConstantState(mBitmap, mIconColor);
323 protected static class MyConstantState extends ConstantState {
327 public MyConstantState(Bitmap bitmap, int color) {

Completed in 87 milliseconds