Home
last modified time | relevance | path

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

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDialogDelegate.kt54 fun getHeight(dialog: T): Int = SystemUIDialog.getDefaultDialogHeight() method
DNotificationIconAreaController.kt44 fun getHeight(): Int method
/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/native/libs/renderengine/include/renderengine/impl/
DExternalTexture.h47 uint32_t getHeight() const override { return getBuffer()->getHeight(); } in getHeight() function
/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h58 uint32_t 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/base/core/java/android/hardware/camera2/params/
DMultiResolutionStreamInfo.java85 public @IntRange(from = 1) int getHeight() { in getHeight() method in MultiResolutionStreamInfo
DStreamConfigurationDuration.java90 public int getHeight() { in getHeight() method in StreamConfigurationDuration
DStreamConfiguration.java95 public int getHeight() { in getHeight() method in StreamConfiguration
/frameworks/av/services/camera/virtualcamera/util/
DEglFramebuffer.cc111 int EglFrameBuffer::getHeight() const { in getHeight() function in android::companion::virtualcamera::EglFrameBuffer
DEglSurfaceTexture.cc96 uint32_t EglSurfaceTexture::getHeight() const { in getHeight() function in android::companion::virtualcamera::EglSurfaceTexture
/frameworks/base/libs/hostgraphics/ui/
DGraphicBuffer.h44 uint32_t getHeight() const { in getHeight() function
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/
DEdgeToEdgeDialogDelegate.kt45 override fun getHeight(dialog: SystemUIDialog): Int = WindowManager.LayoutParams.MATCH_PARENT in getWidth() method in com.android.systemui.statusbar.phone.EdgeToEdgeDialogDelegate
/frameworks/native/libs/ui/include/ui/
DFloatRect.h31 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/native/libs/ui/include_vndk/ui/
DFloatRect.h31 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequence.java33 public int getHeight() { return 0; } in getHeight() method in FrameSequence
/frameworks/native/libs/gui/include/gui/fake/
DBufferData.h38 uint32_t getHeight() const override { return mHeight; } in getHeight() function
/frameworks/native/include/ui/
DFloatRect.h31 float getHeight() const { return bottom - top; } in getHeight() function
/frameworks/base/core/java/android/util/
DSize.java49 public int getHeight() { in getHeight() method in Size
/frameworks/base/core/java/android/hardware/input/
DVirtualTouchDeviceConfig.java53 public int getHeight() { in getHeight() method in VirtualTouchDeviceConfig
DVirtualNavigationTouchpadConfig.java52 @IntRange(from = 1) public int getHeight() { in getHeight() method in VirtualNavigationTouchpadConfig
/frameworks/native/libs/renderengine/include/renderengine/mock/
DFakeExternalTexture.h44 uint32_t getHeight() const override { return mHeight; } in getHeight() function
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/
DRemoteComposeDocument.java63 public int getHeight() { in getHeight() method in RemoteComposeDocument
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java50 public final float getHeight() { in getHeight() method in Shape

123456