Searched defs:getHeight (Results 1 - 25 of 41) 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/java/android/view/
H A DHardwareLayer.java76 int getHeight() { method in class:HardwareLayer
H A DDisplay.java179 public int getHeight() { method in class:Display
H A DSurface.java337 public int getHeight() { method in class:Surface.CompatibleCanvas
338 int h = super.getHeight();
/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.java184 || rect.bottom > getHeight())
197 public int getHeight() { method in class:BitmapRegionDecoder
198 checkRecycled("getHeight called on recycled region decoder");
205 * getWidth() or getHeight() is called.
H A DNinePatch.java141 public int getHeight() { method in class:NinePatch
142 return mBitmap.getHeight();
H A DPicture.java86 public native int getHeight(); method in class:Picture
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
/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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DHeightReceiver.java110 public int getHeight() { method in class:HeightReceiver
/frameworks/base/include/ui/
H A DGraphicBuffer.h86 uint32_t getHeight() const { return height; } function in class:android::GraphicBuffer
/frameworks/base/libs/hwui/
H A DRect.h113 inline float getHeight() const { function in class:android::uirenderer::Rect
H A DLayer.h72 const float height = layer.getHeight();
84 inline uint32_t getHeight() { function in struct:android::uirenderer::Layer
199 glTexImage2D(renderTarget, 0, format, getWidth(), getHeight(), 0, format, storage, NULL);
/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.java203 public int getHeight() { method in class:TargetDrawable
214 canvas.translate(-0.5f * getWidth(), -0.5f * getHeight());
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java229 public int getHeight() { method in class:RenderScriptGL
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp94 int DisplayHardware::getHeight() const { return mHeight; } function in class:DisplayHardware
/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/core/java/android/app/
H A DActionBar.java607 public abstract int getHeight(); method in class:ActionBar
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp586 uint32_t ScreenshotClient::getHeight() const { function in class:android::ScreenshotClient
/frameworks/base/libs/rs/
H A DrsContext.h165 uint32_t getHeight() const {return mHeight;} function in class:android::renderscript::Context

Completed in 9215 milliseconds

12