HomeSort by relevance Sort by last modified time
    Searched defs:mHeight (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/base/include/media/stagefright/
JPEGSource.h 46 int32_t mWidth, mHeight;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 30 private float mHeight;
43 return mHeight;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
  /frameworks/base/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
95 mHeight = copy.mHeight;
118 uint32_t mHeight;
  /frameworks/base/include/ui/
Overlay.h 59 uint32_t mHeight;
  /frameworks/base/media/libstagefright/include/
M4vH263Decoder.h 48 int32_t mWidth, mHeight;
VPXDecoder.h 45 int32_t mWidth, mHeight;
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.h 59 int mWidth, mHeight;
  /development/simulator/app/
LoadableImage.h 18 : mName(NULL), mpBitmap(NULL), mX(-1), mY(-1), mWidth(-1), mHeight(-1)
47 mHeight = src.mHeight;
60 int GetHeight(void) const { return mHeight; }
70 int mHeight;
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 178 uint32_t mHeight;
  /frameworks/base/media/libstagefright/rtsp/
VideoSource.h 34 mHeight(height),
42 meta->setInt32(kKeyHeight, mHeight);
88 int mWidth, mHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 28 private int mHeight;
34 mHeight = mBitmap.getHeight();
36 mWidth = mHeight = 0;
65 return mHeight;
75 return mHeight;
82 mHeight = mBitmap.getHeight();
84 mWidth = mHeight = 0;
  /external/webkit/WebKit/android/jni/
PictureSet.h 68 // Update mWidth/mHeight, and adds any additional inval region
73 int height() const { return mHeight; }
99 int mHeight;
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 63 private int mHeight;
105 mHeight = height;
124 Rect wholeImage = new Rect(0, 0, mWidth, mHeight);
179 return mHeight;
186 mHeight * mStrides[0] + top / 2 * mStrides[1]
  /frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java 35 int mHeight;
41 mHeight = 0;
55 mHeight = h;
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h 87 return Rect(mWidth, mHeight);
106 int mHeight;
  /packages/apps/Camera/src/com/android/camera/ui/
BasicTexture.java 19 protected int mHeight = UNSPECIFIED;
36 mHeight = height;
58 return mHeight;
69 root.drawTexture(this, x, y, mWidth, mHeight);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Layer.java 27 float mHeight = 0;
48 return mHeight;
52 if (mWidth != width || mHeight != height) {
54 mHeight = height;
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 27 private int mHeight;
47 mHeight = height;
119 * @return the mHeight
122 return mHeight;
126 * @param height the mHeight to set
129 mHeight = height;
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java 27 protected int mHeight;
35 mHeight = height;
54 return mHeight;
81 mHeight = height;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptScene.java 27 protected int mHeight;
35 mHeight = height;
54 return mHeight;
81 mHeight = height;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptScene.java 27 protected int mHeight;
35 mHeight = height;
54 return mHeight;
81 mHeight = height;
  /dalvik/tests/079-phantom/src/
Bitmap.java 23 int mWidth, mHeight;
38 mHeight = height;
45 return "Bitmap " + mName + ": " + mWidth + "x" + mHeight + " (" +
  /external/quake/src/com/android/quake/
QuakeView.java 250 if (mWidth != 0 && mHeight != 0) {
251 mGameMode = mQuakeLib.step(mWidth, mHeight);
257 mHeight = height;
265 private int mHeight;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 90 int mHeight;
  /frameworks/base/media/java/android/media/
FaceDetector.java 119 mHeight = height;
144 if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
198 private int mHeight;

Completed in 930 milliseconds

1 2 3