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

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 40 public DrawableFactory drawableFactory;
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();
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 36 import com.android.launcher3.graphics.DrawableFactory;
141 DrawableFactory drawableFactory = DrawableFactory.get(getContext());
143 FastBitmapDrawable disabledIcon = drawableFactory.newIcon(mIcon, mInfo);
148 mCenterDrawable = drawableFactory.newIcon(mIcon, mInfo);
153 mCenterDrawable = DrawableFactory.get(getContext())

Completed in 93 milliseconds