Searched defs:getTextureWidth (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java108 public int getTextureWidth() { method in class:BasicTexture
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java108 public int getTextureWidth() { method in class:BasicTexture
/packages/apps/Camera/src/com/android/camera/
H A DCameraScreenNail.java138 return mEnableAspectRatioClamping ? mRenderWidth : getTextureWidth();
146 private int getTextureWidth() { method in class:CameraScreenNail
187 mUncroppedRenderWidth = getTextureWidth();
194 if (getTextureWidth() > getTextureHeight()) {
195 aspectRatio = (float) getTextureWidth() / (float) getTextureHeight();
197 aspectRatio = (float) getTextureHeight() / (float) getTextureWidth();
221 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
402 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java700 // We override getTextureWidth() and getTextureHeight() here, so the
705 public int getTextureWidth() { method in class:TileImageView.Tile
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java713 // We override getTextureWidth() and getTextureHeight() here, so the
718 public int getTextureWidth() { method in class:TiledImageRenderer.Tile
/packages/apps/Launcher3/src/com/android/photos/views/
H A DTiledImageRenderer.java713 // We override getTextureWidth() and getTextureHeight() here, so the
718 public int getTextureWidth() { method in class:TiledImageRenderer.Tile

Completed in 190 milliseconds