HomeSort by relevance Sort by last modified time
    Searched refs:DelegateManager (Results 26 - 43 of 43) sorted by null

12

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java 47 * Since we cannot use the Java object reference as the int directly, DelegateManager manages the
72 public final class DelegateManager<T> {
83 public DelegateManager(Class<T> theClass) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposeShader_Delegate.java 19 import com.android.layoutlib.bridge.impl.DelegateManager;
34 * Because this extends {@link Shader_Delegate}, there's no need to use a {@link DelegateManager},
DashPathEffect_Delegate.java 19 import com.android.layoutlib.bridge.impl.DelegateManager;
36 * {@link DelegateManager}, as all the PathEffect classes will be added to the manager owned by
Typeface_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
42 * @see DelegateManager
50 private static final DelegateManager<Typeface_Delegate> sManager =
51 new DelegateManager<Typeface_Delegate>(Typeface_Delegate.class);
NinePatch_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
45 * Because it's a stateless class to start with, there's no need to keep a {@link DelegateManager}
52 private static final DelegateManager<NinePatch_Delegate> sManager =
53 new DelegateManager<NinePatch_Delegate>(NinePatch_Delegate.class);
BitmapFactory_Delegate.java 20 import com.android.layoutlib.bridge.impl.DelegateManager;
41 * Because it's a stateless class to start with, there's no need to keep a {@link DelegateManager}
PorterDuffXfermode_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
38 * {@link DelegateManager}, as all the PathEffect classes will be added to the manager owned by
Region_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
44 * @see DelegateManager
50 protected static final DelegateManager<Region_Delegate> sManager =
51 new DelegateManager<Region_Delegate>(Region_Delegate.class);
Bitmap_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
51 * @see DelegateManager
61 private static final DelegateManager<Bitmap_Delegate> sManager =
62 new DelegateManager<Bitmap_Delegate>(Bitmap_Delegate.class);
Path_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
48 * @see DelegateManager
54 private static final DelegateManager<Path_Delegate> sManager =
55 new DelegateManager<Path_Delegate>(Path_Delegate.class);
BitmapShader_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
36 * Because this extends {@link Shader_Delegate}, there's no need to use a {@link DelegateManager},
LinearGradient_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
36 * Because this extends {@link Shader_Delegate}, there's no need to use a {@link DelegateManager},
RadialGradient_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
36 * Because this extends {@link Shader_Delegate}, there's no need to use a {@link DelegateManager},
SweepGradient_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
34 * Because this extends {@link Shader_Delegate}, there's no need to use a {@link DelegateManager},
Matrix_Delegate.java 22 import com.android.layoutlib.bridge.impl.DelegateManager;
40 * @see DelegateManager
48 private static final DelegateManager<Matrix_Delegate> sManager =
49 new DelegateManager<Matrix_Delegate>(Matrix_Delegate.class);
    [all...]
Paint_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
50 * @see DelegateManager
64 private static final DelegateManager<Paint_Delegate> sManager =
65 new DelegateManager<Paint_Delegate>(Paint_Delegate.class);
    [all...]
Canvas_Delegate.java 21 import com.android.layoutlib.bridge.impl.DelegateManager;
49 * @see DelegateManager
55 private static final DelegateManager<Canvas_Delegate> sManager =
56 new DelegateManager<Canvas_Delegate>(Canvas_Delegate.class);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 19 import com.android.layoutlib.bridge.impl.DelegateManager;
28 * Because it's a stateless class to start with, there's no need to keep a {@link DelegateManager}

Completed in 226 milliseconds

12