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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingPatternView.java 33 private int mTextureHeight;
41 mTextureHeight = mTexture.getHeight();
56 final int textureHeight = mTextureHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BasicTexture.java 46 protected int mTextureHeight;
80 mTextureHeight = Utils.nextPowerOf2(height);
81 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
83 mTextureWidth, mTextureHeight), new Exception());
108 return mTextureHeight;

Completed in 122 milliseconds