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

12345

/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiSpan.java81 mRatio = fontHeight * 1.0f / mMetadata.getHeight();
82 mHeight = (short) (mMetadata.getHeight() * mRatio);
119 final int getHeight() { method in class:EmojiSpan
H A DEmojiMetadata.java153 public short getHeight() { method in class:EmojiMetadata
/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp55 int OutputConfiguration::getHeight() const { function in class:android::OutputConfiguration
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java119 mHeight = checkArgumentNonnegative(dimensions.getHeight(), "height must be nonnegative");
176 public int getHeight() { method in class:MeteringRectangle
/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java192 || rect.top >= getHeight())
208 public int getHeight() { method in class:BitmapRegionDecoder
210 checkRecycled("getHeight called on recycled region decoder");
218 * getWidth() or getHeight() is called.
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
H A DGraphicBuffer.java118 public int getHeight() { method in class:GraphicBuffer
H A DNinePatch.java235 public int getHeight() { method in class:NinePatch
236 return mBitmap.getHeight();
H A DPicture.java111 public int getHeight() { method in class:Picture
/frameworks/base/libs/hwui/
H A DCanvasState.h160 int getHeight() const { return mHeight; } function in class:android::uirenderer::CanvasState
H A DDeferredLayerUpdater.h61 int getHeight() { return mHeight; } function in class:android::uirenderer::DeferredLayerUpdater
H A DPixelBuffer.h131 uint32_t getHeight() const { function in class:android::uirenderer::PixelBuffer
H A DRect.h131 inline float getHeight() const { function in class:android::uirenderer::Rect
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java105 public int getHeight() { method in class:RsYuv
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java160 public int getHeight() { method in class:RGBZ
161 return bitmap.getHeight();
173 y < 0 || y > depthBitmap.getHeight()) {
195 int h = orig.getHeight();
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h74 int32_t getHeight() const { return mHeight; }; function in struct:AImageReader
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java191 public int getHeight() { method in class:HardwareBuffer
/frameworks/base/core/java/android/text/
H A DBoringLayout.java301 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/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java333 public int getHeight() { method in class:PdfRenderer.Page
390 || destClip.bottom > destination.getHeight()) {
412 : destination.getHeight();
421 (float)clipHeight / getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java96 mIconSize + 2 * mIconHPadding, getHeight());
129 protected int getHeight() { method in class:NotificationIconAreaController
/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.java435 dest.writeInt(getHeight());
450 public int getHeight() { method in class:VideoProfile.CameraCapabilities

Completed in 1401 milliseconds

12345