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

1234

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java25 public int getHeight() { method in class:FrameBuffer2D
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFloatRect.h37 inline float getHeight() const { return bottom - top; } function in class:android::FloatRect
/frameworks/base/core/java/android/util/
H A DSize.java48 public int getHeight() { method in class:Size
H A DSizeF.java59 public float getHeight() { method in class:SizeF
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java44 public final float getHeight() { method in class:Shape
/frameworks/base/media/java/android/media/
H A DImage.java113 public abstract int getHeight(); method in class:Image
136 return new Rect(0, 0, getWidth(), getHeight());
151 cropRect.intersect(0, 0, getWidth(), getHeight());
/frameworks/base/telecomm/java/android/telecom/
H A DCameraCapabilities.java114 dest.writeInt(getHeight());
141 public int getHeight() { method in class:CameraCapabilities
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.h38 virtual int getHeight() const { function in class:FrameSequence_webp
H A DFrameSequence_gif.h36 virtual int getHeight() const { function in class:FrameSequence_gif
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java77 public int getHeight() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java95 public int getHeight() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java90 public int getHeight() { method in class:StreamConfigurationDuration
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 DLargeBitmap.java54 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight())
67 public int getHeight() { method in class:LargeBitmap
68 checkRecycled("getHeight called on recycled large bitmap");
75 * getWidth() or getHeight() is called.
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
/frameworks/base/libs/hwui/
H A DAssetAtlas.h147 uint32_t getHeight() const { function in class:android::uirenderer::AssetAtlas
H A DRenderBuffer.h111 uint32_t getHeight() const { function in struct:android::uirenderer::RenderBuffer
H A DStatefulBaseRenderer.h110 int getHeight() { return mHeight; } function in class:android::uirenderer::StatefulBaseRenderer
/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/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp75 size_t Texture::getHeight() const { function in class:android::Texture

Completed in 841 milliseconds

1234