Home
last modified time | relevance | path

Searched defs:getHeight (Results 1 – 25 of 118) sorted by relevance

12345

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameBuffer2D.java25 public int getHeight() { in getHeight() method in FrameBuffer2D
/frameworks/av/cmds/screenrecord/
DEglWindow.h52 int getHeight() const { return mHeight; } in getHeight() function
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DTexture.java40 public int getHeight(); in getHeight() method
/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h59 uint32_t getHeight() const { return mHeight; } in getHeight() function
/frameworks/base/core/java/android/hardware/camera2/params/
DInputConfiguration.java69 public int getHeight() { in getHeight() method in InputConfiguration
DStreamConfigurationDuration.java90 public int getHeight() { in getHeight() method in StreamConfigurationDuration
DStreamConfiguration.java95 public int getHeight() { in getHeight() method in StreamConfiguration
DHighSpeedVideoConfiguration.java81 public int getHeight() { in getHeight() method in HighSpeedVideoConfiguration
/frameworks/native/libs/ui/include/ui/
DFloatRect.h30 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/native/include/ui/
DFloatRect.h30 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/native/libs/ui/include_vndk/ui/
DFloatRect.h30 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/base/libs/hostgraphics/ui/
DGraphicBuffer.h38 uint32_t getHeight() const { return static_cast<uint32_t>(height); } in getHeight() function
/frameworks/ex/framesequence/jni/
DFrameSequence_webp.h41 virtual int getHeight() const { in getHeight() function
DFrameSequence_gif.h36 virtual int getHeight() const { in getHeight() function
/frameworks/base/core/java/android/util/
DSize.java48 public int getHeight() { in getHeight() method in Size
DSizeF.java59 public float getHeight() { in getHeight() method in SizeF
/frameworks/native/libs/renderengine/
DTexture.cpp72 size_t Texture::getHeight() const { in getHeight() function in android::renderengine::Texture
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java50 public final float getHeight() { in getHeight() method in Shape
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooter.java52 int getHeight(); in getHeight() method
/frameworks/native/libs/input/
DTouchVideoFrame.cpp35 uint32_t TouchVideoFrame::getHeight() const { return mHeight; } in getHeight() function in android::TouchVideoFrame
/frameworks/base/libs/hwui/
DDeviceInfo.h38 static int32_t getHeight() { return get()->mHeight; } in getHeight() function
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImageImpl.java65 public int getHeight() { in getHeight() method in ImageImpl
/frameworks/base/media/java/android/media/
DImage.java180 public abstract int getHeight(); in getHeight() method in Image
/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java67 public int getHeight() { in getHeight() method in LargeBitmap
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDisplayUtils.java66 public static int getHeight(Context context) { in getHeight() method in DisplayUtils

12345