Searched defs:getHeight (Results 26 - 50 of 98) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java186 || rect.top >= getHeight())
202 public int getHeight() { method in class:BitmapRegionDecoder
204 checkRecycled("getHeight called on recycled region decoder");
212 * getWidth() or getHeight() is called.
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
H A DNinePatch.java235 public int getHeight() { method in class:NinePatch
236 return mBitmap.getHeight();
H A DPicture.java108 public int getHeight() { method in class:Picture
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h51 int getHeight() { return mHeight; } function in class:android::uirenderer::DeferredLayerUpdater
H A DPixelBuffer.h136 uint32_t getHeight() const { function in class:android::uirenderer::PixelBuffer
H A DCanvasState.h164 int getHeight() const { return mHeight; } function in class:android::uirenderer::CanvasState
H A DRect.h124 inline float getHeight() const { function in class:android::uirenderer::Rect
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestSelectionEnvironment.java53 public int getHeight() { method in class:TestSelectionEnvironment
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java81 mIconSize + 2 * mIconHPadding, getHeight());
123 protected int getHeight() { method in class:NotificationIconAreaController
/frameworks/native/include/ui/
H A DRect.h81 return (getWidth() >= 0) && (getHeight() >= 0);
86 return (getWidth() <= 0) || (getHeight() <= 0);
95 inline int32_t getHeight() const { function in class:android::Rect
183 inline int32_t height() const { return getHeight(); }
H A DGraphicBuffer.h90 uint32_t getHeight() const { return static_cast<uint32_t>(height); } function in class:android::GraphicBuffer
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java105 public int getHeight() { method in class:RsYuv
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java93 public int getHeight() { method in class:RGBZ
94 return bitmap.getHeight();
106 y < 0 || y > depthBitmap.getHeight()) {
128 int h = orig.getHeight();
/frameworks/av/media/ndk/
H A DNdkImage.cpp117 AImage::getHeight(int32_t* height) const { function in class:AImage
534 return image->getHeight(height);
563 ret = image->getHeight(&height);
/frameworks/base/core/java/android/text/
H A DBoringLayout.java320 public int getHeight() { method in class:BoringLayout
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java108 public int getHeight() { method in class:GraphicBuffer
/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/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java310 public int getHeight() { method in class:PdfRenderer.Page
361 || destClip.bottom > destination.getHeight()) {
383 : destination.getHeight();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java103 public int getHeight() { method in class:BasicTexture
138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
H A DUploadedTexture.java138 int h = mBitmap.getHeight() + mBorder * 2;
159 public int getHeight() { method in class:UploadedTexture
216 int bHeight = bitmap.getHeight();
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java243 public int getHeight() { method in class:RenderScriptGL
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java432 dest.writeInt(getHeight());
447 public int getHeight() { method in class:VideoProfile.CameraCapabilities
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java120 public double getHeight() { method in class:RoundRectangle
151 double y1 = y0 + getHeight();
218 double y1 = y0 + getHeight();
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java37 public int getHeight() { return mHeight; } method in class:FrameSequence

Completed in 376 milliseconds

1234