HomeSort by relevance Sort by last modified time
    Searched defs:getTextureHeight (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 113 public int getTextureHeight() {
  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 143 return mEnableAspectRatioClamping ? mRenderHeight : getTextureHeight();
150 private int getTextureHeight() {
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/camera/
CameraScreenNail.java 155 return mEnableAspectRatioClamping ? mRenderHeight : getTextureHeight();
162 private int getTextureHeight() {
200 mUncroppedRenderHeight = getTextureHeight();
206 if (getTextureWidth() > getTextureHeight()) {
207 aspectRatio = (float) getTextureWidth() / (float) getTextureHeight();
209 aspectRatio = (float) getTextureHeight() / (float) getTextureWidth();
233 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
414 canvas, mAnimTexture, getTextureWidth(), getTextureHeight());
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 700 // We override getTextureWidth() and getTextureHeight() here, so the
710 public int getTextureHeight() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 657 // We override getTextureWidth() and getTextureHeight() here, so the
667 public int getTextureHeight() {

Completed in 145 milliseconds