Searched defs:getHeight (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java42 public final float getHeight() { method in class:Shape
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp78 static int getHeight(JNIEnv* env, jobject jpic) { function in class:android::SkPictureGlue
101 {"getHeight", "()I", (void*) SkPictureGlue::getHeight},
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java64 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight())
77 public int getHeight() { method in class:LargeBitmap
78 checkRecycled("getHeight called on recycled large bitmap");
85 * getWidth() or getHeight() is called.
H A DBitmapRegionDecoder.java188 || rect.top >= getHeight())
204 public int getHeight() { method in class:BitmapRegionDecoder
206 checkRecycled("getHeight called on recycled region decoder");
214 * getWidth() or getHeight() is called.
H A DNinePatch.java141 public int getHeight() { method in class:NinePatch
142 return mBitmap.getHeight();
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
H A DPicture.java91 public native int getHeight(); method in class:Picture
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java73 public float getHeight() { method in class:Rectangle
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java136 public static native int getHeight(Buffer header); method in class:ETC1
H A DETC1Util.java75 int height = texture.getHeight();
133 public int getHeight() { return mHeight; } method in class:ETC1Util.ETC1Texture
167 height = ETC1.getHeight(headerBuffer);
211 int height = texture.getHeight();
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java87 int getHeight() { method in class:HardwareLayer
H A DDisplay.java69 // to getHeight() and getWidth() to ensure that applications perceive
432 public int getHeight() { method in class:Display
/frameworks/base/libs/hwui/
H A DRect.h102 inline float getHeight() const { function in class:android::uirenderer::Rect
H A DLayer.h64 const float height = layer.getHeight();
85 inline uint32_t getHeight() { function in struct:android::uirenderer::Layer
221 ALOGD(" Allocate layer: %dx%d", getWidth(), getHeight());
223 glTexImage2D(renderTarget, 0, format, getWidth(), getHeight(), 0, format, storage, NULL);
/frameworks/native/include/ui/
H A DGraphicBuffer.h86 uint32_t getHeight() const { return height; } function in class:android::GraphicBuffer
H A DRect.h74 inline int32_t getHeight() const { function in class:android::Rect
83 inline int32_t height() const { return getHeight(); }
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h330 uint32_t getHeight() const { return mHeight; } function in class:android::Camera2Device::StreamAdapter
415 uint32_t getHeight() const { return mHeight; } function in class:android::Camera2Device::ReprocessStreamAdapter
/frameworks/base/core/java/android/text/
H A DBoringLayout.java318 public int getHeight() { method in class:BoringLayout
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java134 canvas.translate(-0.5f*getWidth(), -0.5f*getHeight());
206 public int getHeight() { method in class:DrawableHolder
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTargetDrawable.java236 public int getHeight() { method in class:TargetDrawable
247 canvas.translate(-0.5f * getWidth(), -0.5f * getHeight());
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java245 public int getHeight() { method in class:RenderScriptGL
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h146 inline uint16_t getHeight() const { function in class:android::uirenderer::CacheTexture
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DCameraCapture.java113 public int getHeight() { method in class:CameraCapture
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java172 mScaledHeight = (imageBitmap.getHeight() >> 1) << 1;
258 public int getHeight() { method in class:MediaImageItem
782 height = getHeight();
1001 srcBitmap.getHeight()),
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java142 public int getHeight() { method in class:FrameFormat

Completed in 973 milliseconds

12