HomeSort by relevance Sort by last modified time
    Searched refs:graphics (Results 951 - 975 of 5967) sorted by null

<<31323334353637383940>>

  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 23 import android.graphics.Bitmap;
24 import android.graphics.BitmapFactory;
25 import android.graphics.Canvas;
26 import android.graphics.Paint;
Bouncer1.java 23 import android.graphics.Bitmap;
24 import android.graphics.BitmapFactory;
25 import android.graphics.Canvas;
26 import android.graphics.Paint;
Bouncer2.java 23 import android.graphics.Bitmap;
24 import android.graphics.BitmapFactory;
25 import android.graphics.Canvas;
26 import android.graphics.Paint;
Bouncer3.java 23 import android.graphics.Bitmap;
24 import android.graphics.BitmapFactory;
25 import android.graphics.Canvas;
26 import android.graphics.Paint;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 5 import android.graphics.Canvas;
6 import android.graphics.Color;
7 import android.graphics.Paint;
8 import android.graphics.drawable.Drawable;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
BoxModelable.java 19 import android.graphics.RectF;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PaintUtils.java 18 import android.graphics.Paint;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYRegionFormatter.java 20 import android.graphics.Paint;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPoolAdapter.java 3 import android.graphics.Bitmap;
7 * {@link android.graphics.Bitmap Bitmap}s added to it and always returns {@code null} from get.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDrawableResource.java 3 import android.graphics.drawable.BitmapDrawable;
10 * A {@link com.bumptech.glide.load.engine.Resource} that wraps an {@link android.graphics.drawable.BitmapDrawable}
13 * {@link android.graphics.drawable.BitmapDrawable} to avoid rendering issues if used in multiple views and
14 * is also responsible for returning the underlying {@link android.graphics.Bitmap} to the given
FitCenter.java 4 import android.graphics.Bitmap;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/
DrawableResource.java 3 import android.graphics.drawable.Drawable;
9 * {@link android.graphics.drawable.Drawable.ConstantState#newDrawable() new drawable}
10 * based on it's {@link android.graphics.drawable.Drawable.ConstantState state}.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifBitmapProvider.java 4 import android.graphics.Bitmap;
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
BaseTarget.java 3 import android.graphics.drawable.Drawable;
Target.java 3 import android.graphics.drawable.Drawable;
52 * Note - This may be called before {@link #onLoadStarted(android.graphics.drawable.Drawable)} if the model
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSApplication.java 44 import com.badlogic.gdx.Graphics;
51 import com.badlogic.gdx.graphics.GL20;
95 IOSGraphics graphics; field in class:IOSApplication
152 this.graphics = new IOSGraphics(scale, this, config, input, config.useGL30);
153 Gdx.gl = Gdx.gl20 = graphics.gl20;
154 Gdx.gl30 = graphics.gl30;
160 Gdx.graphics = this.graphics;
168 this.uiWindow.setRootViewController(this.graphics.viewController);
183 return graphics.viewController
    [all...]
IOSGraphics.java 20 import com.badlogic.gdx.graphics.glutils.GLVersion;
43 import com.badlogic.gdx.Graphics;
46 import com.badlogic.gdx.graphics.Cursor;
47 import com.badlogic.gdx.graphics.GL20;
48 import com.badlogic.gdx.graphics.GL30;
49 import com.badlogic.gdx.graphics.Pixmap;
50 import com.badlogic.gdx.graphics.Cursor.SystemCursor;
53 public class IOSGraphics extends NSObject implements Graphics, GLKViewDelegate, GLKViewControllerDelegate {
59 final IOSGraphics graphics; field in class:IOSGraphics.IOSUIViewController
62 IOSUIViewController (IOSApplication app, IOSGraphics graphics) {
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
FileTextureData.java 17 package com.badlogic.gdx.graphics.glutils;
21 import com.badlogic.gdx.graphics.Pixmap;
22 import com.badlogic.gdx.graphics.Pixmap.Format;
23 import com.badlogic.gdx.graphics.TextureData;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/graphics/
ParticleEmitterBox2D.java 17 package com.badlogic.gdx.physics.box2d.graphics;
22 import com.badlogic.gdx.graphics.g2d.ParticleEmitter;
23 import com.badlogic.gdx.graphics.g2d.Sprite;
24 import com.badlogic.gdx.graphics.g2d.ParticleEmitter.Particle;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
ColorInfluencerPanel.java 3 import com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer;
ScaleInfluencerPanel.java 3 import com.badlogic.gdx.graphics.g3d.particles.influencers.ScaleInfluencer;
  /external/libgdx/gdx/jni/
Android.mk 15 com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp\
16 com.badlogic.gdx.graphics.glutils.ETC1.cpp\
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/
TextureAtlasLoader.java 24 import com.badlogic.gdx.graphics.Texture;
25 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
26 import com.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData;
27 import com.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData.Page;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Batch.java 17 package com.badlogic.gdx.graphics.g2d;
19 import com.badlogic.gdx.graphics.Color;
20 import com.badlogic.gdx.graphics.Texture;
21 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
PluggableGroupStrategy.java 17 package com.badlogic.gdx.graphics.g3d.decals;

Completed in 852 milliseconds

<<31323334353637383940>>