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

  /external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java 21 * May be used to scroll a ScrollableBitmap or TiledWorld to match the camera. Uses DrawableFactory
90 final DrawableFactory drawableFactory = sSystemRegistry.drawableFactory;
91 if (mRenderComponent != null && drawableFactory != null) {
94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid();
98 background = drawableFactory.allocateScrollableBitmap();
ObjectRegistry.java 40 public DrawableFactory drawableFactory;
RenderComponent.java 76 sSystemRegistry.drawableFactory.release(mDrawable);
DebugSystem.java 57 final DrawableFactory factory = sSystemRegistry.drawableFactory;
MotionBlurComponent.java 96 DrawableBitmap stepImage = sSystemRegistry.drawableFactory.allocateDrawableBitmap();
FadeDrawableComponent.java 111 final DrawableFactory factory = sSystemRegistry.drawableFactory;
SpriteComponent.java 106 final DrawableFactory factory = sSystemRegistry.drawableFactory;
Game.java 165 BaseObject.sSystemRegistry.drawableFactory = new DrawableFactory();
HudSystem.java 261 final DrawableFactory factory = sSystemRegistry.drawableFactory;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingAppWidgetHostView.java 44 import com.android.launcher3.graphics.DrawableFactory;
140 DrawableFactory drawableFactory = DrawableFactory.get(getContext());
142 FastBitmapDrawable disabledIcon = drawableFactory.newIcon(info);
147 mCenterDrawable = drawableFactory.newIcon(info);
151 mCenterDrawable = DrawableFactory.get(getContext())
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java     [all...]

Completed in 248 milliseconds