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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java113 public int getTextureHeight() { method in class:BasicTexture
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java113 public int getTextureHeight() { method in class:BasicTexture
/packages/apps/Camera/src/com/android/camera/
H A DCameraScreenNail.java143 return mEnableAspectRatioClamping ? mRenderHeight : getTextureHeight();
150 private int getTextureHeight() { method in class:CameraScreenNail
188 mUncroppedRenderHeight = getTextureHeight();
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
710 public int getTextureHeight() { 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
723 public int getTextureHeight() { method in class:TiledImageRenderer.Tile
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java713 // We override getTextureWidth() and getTextureHeight() here, so the
723 public int getTextureHeight() { method in class:TiledImageRenderer.Tile

Completed in 122 milliseconds