Searched defs:getHeight (Results 26 - 50 of 98) sorted by last modified time

1234

/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java432 dest.writeInt(getHeight());
447 public int getHeight() { method in class:VideoProfile.CameraCapabilities
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java25 public int getHeight() { method in class:FrameBuffer2D
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java120 public double getHeight() { method in class:RoundRectangle
151 double y1 = y0 + getHeight();
218 double y1 = y0 + getHeight();
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestSelectionEnvironment.java53 public int getHeight() { method in class:TestSelectionEnvironment
H A DMultiSelectManager_GridModelTest.java427 public int getHeight() { method in class:MultiSelectManager_GridModelTest.TestEnvironment
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DIconInfo.java38 public int getHeight() { method in class:IconInfo
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java124 public int getHeight(); method in interface:PageAdapter.PreviewArea
410 final int availableHeight = mPreviewArea.getHeight();
H A DPrintPreviewController.java207 public int getHeight() { method in class:PrintPreviewController
208 return mEmbeddedContentContainer.getHeight();
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java81 mIconSize + 2 * mIconHPadding, getHeight());
123 protected int getHeight() { method in class:NotificationIconAreaController
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java103 public int getHeight() { method in class:BasicTexture
138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
H A DTexture.java40 public int getHeight(); method in interface:Texture
H A DUploadedTexture.java138 int h = mBitmap.getHeight() + mBorder * 2;
159 public int getHeight() { method in class:UploadedTexture
216 int bHeight = bitmap.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/base/rs/java/android/renderscript/
H A DRenderScriptGL.java243 public int getHeight() { method in class:RenderScriptGL
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java136 public static native int getHeight(Buffer header); method in class:ETC1
H A DETC1Util.java75 int height = texture.getHeight();
133 public int getHeight() { return mHeight; } method in class:ETC1Util.ETC1Texture
167 height = ETC1.getHeight(headerBuffer);
211 int height = texture.getHeight();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java933 int getHeight(); method in interface:MultiSelectManager.SelectionEnvironment
1021 public int getHeight() { method in class:MultiSelectManager.RuntimeSelectionEnvironment
1022 return mView.getHeight();
1307 } else if (mCurrentPosition.y >= mEnvironment.getHeight() - 1) {
1308 pixelsPastView = mCurrentPosition.y - mEnvironment.getHeight() + 1;
1343 final int maxScrollStep = mEnvironment.getHeight();
1350 1.0f, (float) absPastView / mEnvironment.getHeight());
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java142 public int getHeight() { method in class:FrameFormat
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java73 public float getHeight() { method in class:Rectangle
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java54 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight())
67 public int getHeight() { method in class:LargeBitmap
68 checkRecycled("getHeight called on recycled large bitmap");
75 * getWidth() or getHeight() is called.
H A DNinePatch.java235 public int getHeight() { method in class:NinePatch
236 return mBitmap.getHeight();
H A DPicture.java108 public int getHeight() { method in class:Picture
H A DYuvImage.java178 public int getHeight() { method in class:YuvImage
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java44 public final float getHeight() { method in class:Shape

Completed in 835 milliseconds

1234