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

1234

/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java131 public int getHeight() { method in class:DisplayListCanvas
H A DDisplay.java85 // to getHeight() and getWidth() to ensure that applications perceive
574 public int getHeight() { method in class:Display
1033 * applications when the mode is active (as reported by {@link Display#getHeight()} may
/frameworks/base/libs/hwui/
H A DRenderNode.h194 int getHeight() const { function in class:android::uirenderer::RenderNode
195 return properties().getHeight();
H A DLayer.h100 const float height = layer.getHeight();
119 inline uint32_t getHeight() const { function in class:android::uirenderer::Layer
/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/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DMultiSelectManager_GridModelTest.java427 public int getHeight() { method in class:MultiSelectManager_GridModelTest.TestEnvironment
/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.java124 public int getHeight(); method in interface:PageAdapter.PreviewArea
410 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.java95 int getHeight(); method in interface:DecorToolbar
H A DToolbarWidgetWrapper.java653 public int getHeight() { method in class:ToolbarWidgetWrapper
654 return mToolbar.getHeight();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp94 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
H A DToolbarWidgetWrapper.java683 public int getHeight() { method in class:ToolbarWidgetWrapper
684 return mToolbar.getHeight();
/frameworks/base/media/java/android/media/
H A DImageReader.java186 * found using {@link Image#getHeight}.</p>
190 public int getHeight() { method in class:ImageReader
704 public int getHeight() { method in class:ImageReader.SurfaceImage
711 height = ImageReader.this.getHeight();
H A DImageWriter.java147 ImageUtils.getEstimatedNativeAllocBytes(surfSize.getWidth(),surfSize.getHeight(),
664 public int getHeight() { method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java145 public float getHeight() { method in class:ExpandHelper.ViewScaler
236 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
237 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight());
513 mOldHeight = mScaler.getHeight();
534 float currentHeight = mScaler.getHeight();
535 float h = mScaler.getHeight();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp199 int DisplayDevice::getHeight() const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp502 uint32_t HWComposer::getHeight(int disp) const { function in class:android::HWComposer
/frameworks/base/core/java/android/app/
H A DActionBar.java774 public abstract int getHeight(); method in class:ActionBar
974 * current measured {@link #getHeight() height} (fully invisible).</p>
987 * current measured {@link #getHeight() height} (fully invisible).</p>
H A DActivityOptions.java871 public int getHeight() { method in class:ActivityOptions
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java701 public int getHeight() { method in class:Keyboard
740 mCellHeight = (getHeight() + GRID_HEIGHT - 1) / GRID_HEIGHT;
774 if (x >= 0 && x < getMinWidth() && y >= 0 && y < getHeight()) {
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java518 public int getHeight() { method in class:ListPopupWindow
1284 (x >= 0 && x < mPopup.getWidth() && y >= 0 && y < mPopup.getHeight())) {
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java396 public int getHeight() { method in class:ToolbarActionBar
397 return mDecorToolbar.getHeight();

Completed in 577 milliseconds

1234