Searched refs:Texture (Results 1 - 25 of 30) sorted by relevance

12

/packages/apps/Gallery3D/src/com/cooliris/media/
H A DCrossFadingTexture.java26 private Texture mTexture;
27 private Texture mFadingTexture;
37 public CrossFadingTexture(Texture initialTexture) {
50 public CrossFadingTexture(Texture source, Texture destination) {
58 public Texture getTexture() {
62 public void setTexture(Texture texture) {
80 public void setTextureImmediate(Texture texture) {
105 if (mFadingTexture != null && mFadingTexture.mState == Texture.STATE_ERROR) {
108 if (mTexture != null && mTexture.mState == Texture
[all...]
H A DBitmapTexture.java21 public class BitmapTexture extends Texture {
22 // A simple flexible texture class that enables a Texture from a bitmap.
H A DBackgroundLayer.java32 private final HashMap<Texture, AdaptiveBackgroundTexture> mCacheAdaptiveTexture = new HashMap<Texture, AdaptiveBackgroundTexture>();
36 private Texture mFallbackBackground = null;
55 Texture fallback = mFallbackBackground;
74 private Texture getAdaptive(RenderView view, DisplayItem item) {
78 Texture itemThumbnail = item.getThumbnailImage(view.getContext(), null);
82 HashMap<Texture, AdaptiveBackgroundTexture> adaptives = mCacheAdaptiveTexture;
117 Texture texture = anchorTexture.getTexture();
H A DRenderView.java75 private static final Deque<Texture> sLoadInputQueue = new Deque<Texture>();
76 private static final Deque<Texture> sLoadInputQueueCached = new Deque<Texture>();
77 private static final Deque<Texture> sLoadInputQueueVideo = new Deque<Texture>();
78 private static final Deque<Texture> sLoadOutputQueue = new Deque<Texture>();
99 // The cached texture that is bound to Texture Unit 0.
101 private Texture mBoundTextur
[all...]
H A DGridDrawables.java52 public Texture mTextureFrame;
53 public Texture mTextureGridFrame;
54 public Texture mTextureFrameFocus;
55 public Texture mTextureFramePressed;
56 public Texture mTextureLocation;
57 public Texture mTextureVideo;
58 public Texture mTextureCheckmarkOn;
59 public Texture mTextureCheckmarkOff;
60 public Texture mTextureCameraSmall;
61 public Texture mTexturePicasaSmal
[all...]
H A DTexture.java21 public abstract class Texture { class
H A DGridDrawManager.java61 private final Texture mNoItemsTexture;
156 Texture texture = displayItem.getThumbnailImage(context, sThumbnailConfig);
176 Texture texture = displayItem.getThumbnailImage(context, sThumbnailConfig);
184 if (priority && isCached && texture.mState != Texture.STATE_ERROR)
193 Texture placeholder = (state == GridLayer.STATE_GRID_VIEW) ? drawables.mTexturePlaceholder : null;
199 Texture texture = displayItem.getThumbnailImage(context, sThumbnailConfig);
256 Texture texture = displayItem.getThumbnailImage(view.getContext(), sThumbnailConfig);
326 Texture centerTexture = centerDisplayItem.getScreennailImage(view.getContext());
348 final Texture thumbnailTexture = displayItem.getThumbnailImage(view.getContext(), sThumbnailConfig);
349 Texture textur
[all...]
H A DImageButton.java85 Texture currentImage = view.getResource(mCurrentImage);
86 Texture previousImage = view.getResource(mPreviousImage);
87 Texture transparent = view.getResource(mTransparent);
H A DDisplayItem.java41 private Texture mScreennailImage = null;
126 public Texture getThumbnailImage(Context context, MediaItemTexture.Config config) {
137 public Texture getScreennailImage(Context context) {
138 Texture texture = mScreennailImage;
139 if (texture == null || texture.mState == Texture.STATE_ERROR) {
334 public final Texture getHiResImage(Context context) {
H A DResourceTexture.java25 public final class ResourceTexture extends Texture {
H A DMenuBar.java62 private final HashMap<String, Texture> mTextureMap = new HashMap<String, Texture>();
120 Texture background = view.getResource(BACKGROUND);
169 Texture highlightLeft = view.getResource(MENU_HIGHLIGHT_LEFT);
170 Texture highlightMiddle = view.getResource(MENU_HIGHLIGHT_MIDDLE);
171 Texture highlightRight = view.getResource(MENU_HIGHLIGHT_RIGHT);
H A DLoadingLayer.java191 if (view.getResource(textures[i]).mState != Texture.STATE_LOADED) {
198 if (view.getResource(textures[i], false).mState != Texture.STATE_LOADED) {
H A DPathBarLayer.java196 final Texture fill = view.getResource(FILL);
197 final Texture join = view.getResource(JOIN);
198 final Texture cap = view.getResource(CAP);
230 final Texture icon = view.getResource(iconId);
H A DSimpleStringTexture.java26 public final class SimpleStringTexture extends Texture {
H A DAdaptiveBackgroundTexture.java25 public final class AdaptiveBackgroundTexture extends Texture {
43 private Texture mBaseTexture;
59 public AdaptiveBackgroundTexture(Texture texture, int width, int height) {
H A DTimeBar.java383 final Texture knob = view.getResource(knobId);
402 Texture month = mMonthLabels[anchor.month];
403 Texture day = mOpaqueDayLabels[anchor.day];
404 Texture year = getYearLabel(anchor.year);
/packages/apps/Camera/src/com/android/camera/ui/
H A DFrameTexture.java23 public abstract class FrameTexture extends Texture {
H A DTexture.java28 public abstract class Texture { class
31 private static final String TAG = "Texture";
49 protected Texture(GL11 gl, int id, int state) { method in class:Texture
55 protected Texture() { method in class:Texture
126 "Texture upload fail, glError " + glError);
131 mState = Texture.STATE_LOADED;
135 throw new RuntimeException("Texture load fail, no bitmap");
148 if (mState == Texture.STATE_UNLOADED || mGL != gl) {
149 mState = Texture.STATE_UNLOADED;
H A DAbstractIndicator.java31 abstract protected Texture getIcon();
40 Texture icon = getIcon();
48 Texture icon = getIcon();
H A DCanvasTexture.java23 public abstract class CanvasTexture extends Texture {
H A DRawTexture.java23 public class RawTexture extends Texture {
H A DZoomIndicator.java56 Texture tex = StringTexture.newInstance(
67 protected Texture getIcon() {
H A DResourceTexture.java27 public class ResourceTexture extends Texture {
H A DZoomController.java52 private static Texture sSlider;
53 private static Texture sTickMark;
54 private static Texture sFineTickMark;
228 Texture t = mTickLabels[i];
235 Texture tickMark = sTickMark;
H A DPopupWindow.java31 protected Texture mAnchor;
55 public void setAnchor(Texture anchor, int offset) {

Completed in 437 milliseconds

12