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

<<21222324252627282930>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 20 import android.graphics.Bitmap;
21 import android.graphics.Canvas;
22 import android.graphics.Color;
23 import android.graphics.Paint;
24 import android.graphics.PorterDuff;
25 import android.graphics.PorterDuffColorFilter;
26 import android.graphics.Rect;
27 import android.graphics.Typeface;
28 import android.graphics.drawable.BitmapDrawable;
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
CheckableContactFlipDrawable.java 21 import android.graphics.Bitmap;
22 import android.graphics.BitmapFactory;
23 import android.graphics.Canvas;
24 import android.graphics.ColorFilter;
25 import android.graphics.Matrix;
26 import android.graphics.Paint;
27 import android.graphics.PixelFormat;
28 import android.graphics.Rect;
29 import android.graphics.drawable.Drawable;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FrameBufferTest.java 32 import com.badlogic.gdx.Graphics;
33 import com.badlogic.gdx.graphics.Color;
34 import com.badlogic.gdx.graphics.GL20;
35 import com.badlogic.gdx.graphics.Mesh;
36 import com.badlogic.gdx.graphics.Pixmap.Format;
37 import com.badlogic.gdx.graphics.Texture;
38 import com.badlogic.gdx.graphics.VertexAttribute;
39 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
40 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
41 import com.badlogic.gdx.graphics.glutils.FrameBuffer;
    [all...]
ParticleEmittersTest.java 24 import com.badlogic.gdx.graphics.GL20;
25 import com.badlogic.gdx.graphics.g2d.ParticleEffect;
26 import com.badlogic.gdx.graphics.g2d.ParticleEffectPool;
27 import com.badlogic.gdx.graphics.g2d.ParticleEffectPool.PooledEffect;
28 import com.badlogic.gdx.graphics.g2d.ParticleEmitter;
29 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
64 effect.setPosition(Gdx.graphics.getWidth() / 2, Gdx.graphics.getHeight() / 2);
72 if (latestEffect != null) latestEffect.setPosition(x, Gdx.graphics.getHeight() - y);
79 latestEffect.setPosition(x, Gdx.graphics.getHeight() - y)
    [all...]
GLProfilerErrorTest.java 20 import com.badlogic.gdx.graphics.GL20;
21 import com.badlogic.gdx.graphics.profiling.GLProfiler;
22 import com.badlogic.gdx.graphics.profiling.GLErrorListener;
23 import com.badlogic.gdx.graphics.g2d.BitmapFont;
24 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
74 int y = Gdx.graphics.getHeight() - 10;
HexagonalTiledMapTest.java 20 import com.badlogic.gdx.graphics.GL20;
21 import com.badlogic.gdx.graphics.OrthographicCamera;
22 import com.badlogic.gdx.graphics.Texture;
23 import com.badlogic.gdx.graphics.g2d.TextureRegion;
44 float w = Gdx.graphics.getWidth();
45 float h = Gdx.graphics.getHeight();
TextureDownloadTest.java 24 import com.badlogic.gdx.graphics.GL20;
25 import com.badlogic.gdx.graphics.Pixmap;
26 import com.badlogic.gdx.graphics.Texture;
27 import com.badlogic.gdx.graphics.g2d.BitmapFont;
28 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
29 import com.badlogic.gdx.graphics.g2d.TextureRegion;
ProjectiveTextureTest.java 21 import com.badlogic.gdx.graphics.Color;
22 import com.badlogic.gdx.graphics.GL20;
23 import com.badlogic.gdx.graphics.Mesh;
24 import com.badlogic.gdx.graphics.PerspectiveCamera;
25 import com.badlogic.gdx.graphics.Pixmap.Format;
26 import com.badlogic.gdx.graphics.Texture;
27 import com.badlogic.gdx.graphics.Texture.TextureFilter;
28 import com.badlogic.gdx.graphics.VertexAttribute;
29 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
30 import com.badlogic.gdx.graphics.glutils.ImmediateModeRenderer20;
    [all...]
SpriteBatchTest.java 21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Pixmap;
23 import com.badlogic.gdx.graphics.Pixmap.Format;
24 import com.badlogic.gdx.graphics.Texture;
25 import com.badlogic.gdx.graphics.Texture.TextureFilter;
26 import com.badlogic.gdx.graphics.g2d.Sprite;
27 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
67 angle += ROTATION_SPEED * Gdx.graphics.getDeltaTime();
68 scale += SCALE_SPEED * Gdx.graphics.getDeltaTime();
97 // spriteBatch.drawText(font, "normal fps: " + Gdx.graphics.getFramesPerSecond(), 10, 30, Color.RED);
    [all...]
GroupTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Texture;
23 import com.badlogic.gdx.graphics.g2d.Batch;
24 import com.badlogic.gdx.graphics.g2d.BitmapFont;
25 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
26 import com.badlogic.gdx.graphics.g2d.TextureRegion;
27 import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
28 import com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType;
87 renderer.circle(group1.toScreenCoordinates.x, Gdx.graphics.getHeight() - group1.toScreenCoordinates.y, 5);
    [all...]
NinePatchTest.java 20 import com.badlogic.gdx.graphics.Color;
21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.OrthographicCamera;
23 import com.badlogic.gdx.graphics.Pixmap;
24 import com.badlogic.gdx.graphics.Texture;
25 import com.badlogic.gdx.graphics.g2d.NinePatch;
26 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
27 import com.badlogic.gdx.graphics.g2d.TextureRegion;
163 final int screenWidth = Gdx.graphics.getWidth();
164 final int screenHeight = Gdx.graphics.getHeight();
    [all...]
PathTest.java 21 import com.badlogic.gdx.graphics.GL20;
22 import com.badlogic.gdx.graphics.Texture;
23 import com.badlogic.gdx.graphics.g2d.Sprite;
24 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
25 import com.badlogic.gdx.graphics.glutils.ImmediateModeRenderer20;
64 ZIGZAG_SCALE = Gdx.graphics.getDensity() * 96; // 96DP
66 float w = Gdx.graphics.getWidth() - obj.getWidth();
67 float h = Gdx.graphics.getHeight() - obj.getHeight();
101 wait -= Gdx.graphics.getDeltaTime();
103 t += speed * Gdx.graphics.getDeltaTime()
    [all...]
SpriteCacheTest.java 22 import com.badlogic.gdx.graphics.GL20;
23 import com.badlogic.gdx.graphics.Pixmap;
24 import com.badlogic.gdx.graphics.Pixmap.Format;
25 import com.badlogic.gdx.graphics.Texture;
26 import com.badlogic.gdx.graphics.Texture.TextureFilter;
27 import com.badlogic.gdx.graphics.g2d.Sprite;
28 import com.badlogic.gdx.graphics.g2d.SpriteCache;
133 sprites[i] = (int)(Math.random() * (Gdx.graphics.getWidth() - 32));
134 sprites[i + 1] = (int)(Math.random() * (Gdx.graphics.getHeight() - 32));
139 sprites2[i] = (int)(Math.random() * (Gdx.graphics.getWidth() - 32));
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 27 import android.graphics.Canvas;
28 import android.graphics.Color;
29 import android.graphics.ColorFilter;
30 import android.graphics.Outline;
31 import android.graphics.Paint;
32 import android.graphics.Path;
33 import android.graphics.PixelFormat;
34 import android.graphics.PorterDuff;
35 import android.graphics.PorterDuffColorFilter;
36 import android.graphics.drawable.Drawable
    [all...]
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplication.java 43 JglfwGraphics graphics; field in class:JglfwApplication
124 Gdx.graphics = graphics = new JglfwGraphics(config);
133 graphics.sizeChanged(width, height);
145 graphics.positionChanged(x, y);
159 graphics.foreground = focused;
160 graphics.requestRendering();
164 graphics.minimized = iconified;
184 listener.resize(graphics.getWidth(), graphics.getHeight())
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/
MeshPart.java 17 package com.badlogic.gdx.graphics.g3d.model;
19 import com.badlogic.gdx.graphics.GL20;
20 import com.badlogic.gdx.graphics.Mesh;
21 import com.badlogic.gdx.graphics.VertexAttributes;
22 import com.badlogic.gdx.graphics.g3d.Model;
23 import com.badlogic.gdx.graphics.glutils.ShaderProgram;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
SpawnInfluencer.java 1 package com.badlogic.gdx.graphics.g3d.particles.influencers;
4 import com.badlogic.gdx.graphics.g3d.particles.ParallelArray.FloatChannel;
5 import com.badlogic.gdx.graphics.g3d.particles.ParticleChannels;
6 import com.badlogic.gdx.graphics.g3d.particles.ResourceData;
7 import com.badlogic.gdx.graphics.g3d.particles.values.PointSpawnShapeValue;
8 import com.badlogic.gdx.graphics.g3d.particles.values.SpawnShapeValue;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 17 package android.graphics.drawable.shapes;
19 import android.graphics.Canvas;
20 import android.graphics.Outline;
21 import android.graphics.Paint;
22 import android.graphics.Path;
23 import android.graphics.RectF;
30 * the RoundRectShape to a {@link android.graphics.drawable.ShapeDrawable}.
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedGradientsActivity.java 21 import android.graphics.Canvas;
22 import android.graphics.Matrix;
23 import android.graphics.Paint;
24 import android.graphics.RadialGradient;
25 import android.graphics.Shader;
26 import android.graphics.SweepGradient;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PorterDuffUtility.java 22 import android.graphics.BlendComposite;
23 import android.graphics.BlendComposite.BlendingMode;
24 import android.graphics.PorterDuff;
25 import android.graphics.PorterDuff.Mode;
26 import android.graphics.PorterDuffColorFilter_Delegate;
27 import android.graphics.PorterDuffXfermode_Delegate;
  /frameworks/support/compat/api21/android/support/v4/graphics/drawable/
DrawableCompatLollipop.java 17 package android.support.v4.graphics.drawable;
21 import android.graphics.ColorFilter;
22 import android.graphics.PorterDuff;
23 import android.graphics.drawable.Drawable;
24 import android.graphics.drawable.DrawableContainer;
25 import android.graphics.drawable.InsetDrawable;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterColorBorder.java 19 import android.graphics.Bitmap;
20 import android.graphics.Canvas;
21 import android.graphics.Color;
22 import android.graphics.Paint;
23 import android.graphics.Path;
24 import android.graphics.RectF;
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutDragPreviewProvider.java 19 import android.graphics.Bitmap;
20 import android.graphics.Canvas;
21 import android.graphics.Point;
22 import android.graphics.Rect;
23 import android.graphics.drawable.Drawable;
29 import com.android.launcher3.graphics.DragPreviewProvider;
  /packages/apps/Messaging/src/com/android/messaging/ui/
OrientedBitmapDrawable.java 20 import android.graphics.Bitmap;
21 import android.graphics.Canvas;
22 import android.graphics.Matrix;
23 import android.graphics.Rect;
24 import android.graphics.RectF;
25 import android.graphics.drawable.BitmapDrawable;
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 

Completed in 937 milliseconds

<<21222324252627282930>>