Searched defs:getHeight (Results 51 - 75 of 104) sorted by relevance

12345

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java118 public double getHeight() { method in class:RoundRectangle
149 double y1 = y0 + getHeight();
216 double y1 = y0 + getHeight();
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java37 public int getHeight() { return mHeight; } method in class:FrameSequence
/frameworks/native/include/ui/
H A DGraphicBuffer.h142 uint32_t getHeight() const { return static_cast<uint32_t>(height); } function in class:android::GraphicBuffer
H A DRect.h80 return (getWidth() >= 0) && (getHeight() >= 0);
85 return (getWidth() <= 0) || (getHeight() <= 0);
94 inline int32_t getHeight() const { function in class:android::Rect
181 inline int32_t height() const { return getHeight(); }
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h195 int32_t getHeight() const { return mHeight; } function in class:HWC2::Display::Config
H A DHWComposer_hwc1.cpp504 uint32_t HWComposer::getHeight(int disp) const { function in class:android::HWComposer
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java53 public int getHeight() { method in class:Card
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/
H A DCard.java53 public int getHeight() { method in class:Card
/frameworks/av/media/ndk/
H A DNdkImage.cpp118 AImage::getHeight(int32_t* height) const { function in class:AImage
651 return image->getHeight(height);
680 ret = image->getHeight(&height);
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java120 public int getHeight() { method in class:DisplayListCanvas
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h98 inline uint16_t getHeight() const { function in class:android::uirenderer::CacheTexture
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java142 public int getHeight() { method in class:FrameFormat
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java207 public int getHeight() { method in class:PrintPreviewController
208 return mEmbeddedContentContainer.getHeight();
H A DPageAdapter.java127 public int getHeight(); method in interface:PageAdapter.PreviewArea
429 final int availableHeight = mPreviewArea.getHeight();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java48 int getHeight(); method in interface:SimpleBitmapRegionDecoder
86 public int getHeight() { method in class:SimpleBitmapRegionDecoderWrapper
87 return mDecoder.getHeight();
118 public int getHeight() { method in class:DumbBitmapRegionDecoder
119 return mBuffer.getHeight();
182 int height = mDecoder.getHeight();
385 mHeight = mDecoder.getHeight();
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
404 preview.getWidth(), preview.getHeight()));
509 float scale = (float) targetSize / (float) (Math.max(result.getWidth(), result.getHeight()));
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDecorToolbar.java99 int getHeight(); method in interface:DecorToolbar
H A DToolbarWidgetWrapper.java654 public int getHeight() { method in class:ToolbarWidgetWrapper
655 return mToolbar.getHeight();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp95 uint32_t Camera3Stream::getHeight() const { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorToolbar.java101 int getHeight(); method in interface:DecorToolbar
/frameworks/base/libs/hwui/
H A DRenderNode.h176 int getHeight() const { function in class:android::uirenderer::RenderNode
177 return properties().getHeight();
/frameworks/base/media/java/android/media/
H A DImageReader.java285 * found using {@link Image#getHeight}.</p>
289 public int getHeight() { method in class:ImageReader
858 public int getHeight() { method in class:ImageReader.SurfaceImage
865 height = ImageReader.this.getHeight();
H A DImageWriter.java200 ImageUtils.getEstimatedNativeAllocBytes(surfSize.getWidth(),surfSize.getHeight(),
703 public int getHeight() { method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java151 public float getHeight() { method in class:ExpandHelper.ViewScaler
243 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
244 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
524 mOldHeight = mScaler.getHeight();
552 float currentHeight = mScaler.getHeight();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp218 int DisplayDevice::getHeight() const { function in class:DisplayDevice
/frameworks/base/core/java/android/app/
H A DActionBar.java794 public abstract int getHeight(); method in class:ActionBar
994 * current measured {@link #getHeight() height} (fully invisible).</p>
1007 * current measured {@link #getHeight() height} (fully invisible).</p>

Completed in 6342 milliseconds

12345