Searched defs:getWidth (Results 1 - 25 of 83) sorted by relevance

1234

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java21 public int getWidth() { method in class:FrameBuffer2D
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h51 int getWidth() const { return mWidth; } function in class:android::EglWindow
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java39 public int getWidth(); method in interface:Texture
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFloatRect.h38 inline float getWidth() const { return right - left; } function in class:android::FloatRect
/frameworks/base/core/java/android/hardware/camera2/params/
H A DInputConfiguration.java60 public int getWidth() { method in class:InputConfiguration
100 if (otherInputConfig.getWidth() == mWidth &&
H A DHighSpeedVideoConfiguration.java72 public int getWidth() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java86 public int getWidth() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java81 public int getWidth() { method in class:StreamConfigurationDuration
H A DMeteringRectangle.java118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative");
167 public int getWidth() { method in class:MeteringRectangle
/frameworks/base/core/java/android/util/
H A DSize.java40 public int getWidth() { method in class:Size
H A DSizeF.java51 public float getWidth() { method in class:SizeF
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java37 public final float getWidth() { method in class:Shape
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DIconInfo.java34 public int getWidth() { method in class:IconInfo
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java54 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight())
61 public int getWidth() { method in class:LargeBitmap
62 checkRecycled("getWidth called on recycled large bitmap");
75 * getWidth() or getHeight() is called.
/frameworks/base/libs/hwui/
H A DAssetAtlas.h127 uint32_t getWidth() const { function in class:android::uirenderer::AssetAtlas
H A DRenderBuffer.h104 uint32_t getWidth() const { function in struct:android::uirenderer::RenderBuffer
/frameworks/base/media/java/android/media/
H A DImage.java164 public abstract int getWidth(); method in class:Image
224 return new Rect(0, 0, getWidth(), getHeight());
241 if (!cropRect.intersect(0, 0, getWidth(), getHeight())) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java69 public float getWidth() { method in class:Rectangle
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java130 public static native int getWidth(Buffer header); method in class:ETC1
H A DETC1Util.java74 int width = texture.getWidth();
127 public int getWidth() { return mWidth; } method in class:ETC1Util.ETC1Texture
166 width = ETC1.getWidth(headerBuffer);
210 int width = texture.getWidth();
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h32 virtual int getWidth() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h34 virtual int getWidth() const { function in class:FrameSequence_webp
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp71 size_t Texture::getWidth() const { function in class:android::Texture
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DIconInfo.java35 public int getWidth() { method in class:IconInfo
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h68 int32_t getWidth() const { return mWidth; }; function in struct:AImageReader

Completed in 840 milliseconds

1234