Searched refs:getHeight (Results 76 - 100 of 953) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DVkLayer.h41 uint32_t getHeight() const override { return mHeight; }
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSizeChangeEffect.java48 int outputHeight = resultFrame.getFormat().getHeight();
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java136 public static native int getHeight(Buffer header); method in class:ETC1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppIconDragShadowBuilder.java37 mIconSize = icon.getHeight() * ICON_SCALE;
/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java78 mTop.getHeight(),
80 mBottom.getHeight());
167 public int getHeight() { method in class:Letterbox.LetterboxSurface
172 if (getWidth() <= 0 || getHeight() <= 0) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsActivity.java85 canvas.translate(0.0f, mBitmap1.getHeight());
90 canvas.translate(0.0f, mBitmap2.getHeight());
95 canvas.translate(0.0f, mBitmap1.getHeight());
98 canvas.drawRect(0.0f, 0.0f, mBitmap2.getWidth(), mBitmap2.getHeight(), mBitmapPaint);
H A DBitmapsRectActivity.java57 final float half = mBitmap1.getHeight() / 2.0f;
72 canvas.translate(0.0f, mBitmap1.getHeight());
H A DClipOutlineActivity.java72 int h = getHeight() / 2;
75 mRect.offset((int) (mClipPosition * w), getHeight() / 4);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAsyncStructure.java39 final int height = getHeight();
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp73 size_t Texture::getHeight() const { function in class:android::Texture
H A DTexture.h52 size_t getHeight() const;
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DListViewAutoScrollHelper.java65 if (lastView.getBottom() <= target.getHeight()) {
/frameworks/base/core/java/android/app/
H A DWallpaperColors.java126 Bitmap bitmap = Bitmap.createBitmap(optimalSize.getWidth(), optimalSize.getHeight(),
129 drawable.setBounds(0, 0, bitmap.getWidth(), bitmap.getHeight());
151 final int bitmapArea = bitmap.getWidth() * bitmap.getHeight();
155 Size optimalSize = calculateOptimalSize(bitmap.getWidth(), bitmap.getHeight());
157 optimalSize.getHeight(), true /* filter */);
170 final float minColorArea = bitmap.getWidth() * bitmap.getHeight() * MIN_COLOR_OCCURRENCE;
369 int[] pixels = new int[source.getWidth() * source.getHeight()];
374 source.getWidth(), source.getHeight());
/frameworks/base/core/java/android/transition/
H A DCircularPropagation.java85 epicenterY = Math.round(loc[1] + (sceneRoot.getHeight() / 2)
89 double maxDistance = distance(0, 0, sceneRoot.getWidth(), sceneRoot.getHeight());
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DColorSpaceRendererTest.java38 assertEquals(128, b.getHeight());
44 assertEquals(768, b.getHeight());
/frameworks/base/libs/hwui/tests/common/scenes/
H A DMagnifierAnimation.cpp51 props.mutableOutline().setRoundRect(0, 0, props.getWidth(), props.getHeight(),
56 (float)props.getHeight(), nullptr);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DFakeShadowView.java64 outline.setRect(0, 0, getWidth(), mFakeShadow.getHeight());
82 mFakeShadow.setTranslationY(shadowYEnd - mFakeShadow.getHeight());
/frameworks/base/rs/java/android/renderscript/
H A DRSTextureView.java155 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
180 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java37 ((double) maxWidth)/src.getWidth(), ((double) maxHeight)/src.getHeight());
39 (int) (src.getWidth() * scaleFactor), (int) (src.getHeight() * scaleFactor), false);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/utils/
H A DBitmapHelper.java37 ((double) maxWidth)/src.getWidth(), ((double) maxHeight)/src.getHeight());
39 (int) (src.getWidth() * scaleFactor), (int) (src.getHeight() * scaleFactor), false);
/frameworks/support/transition/src/main/java/androidx/transition/
H A DCircularPropagation.java85 epicenterY = Math.round(loc[1] + (sceneRoot.getHeight() / 2)
89 float maxDistance = distance(0, 0, sceneRoot.getWidth(), sceneRoot.getHeight());
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DGridLayoutManagerCachedBordersTest.java59 final int expectedSizeSum = vertical ? recyclerView.getWidth() : recyclerView.getHeight();
66 childrenSizeSum += vertical ? child.getWidth() : child.getHeight();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java120 if (!nativeAllocate(mGLEnvironment, getFormat().getWidth(), getFormat().getHeight())) {
128 int height = getFormat().getHeight();
138 int height = getFormat().getHeight();
230 getFormat().getHeight() != bitmap.getHeight()) {
245 getFormat().getHeight(),
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java118 int height = Math.round(bitmap.getHeight() * scale);
120 && height == bitmap.getHeight()) return bitmap;
141 int srcHeight = bitmap.getHeight();
150 int h = bitmap.getHeight();
159 int height = Math.round(scale * bitmap.getHeight());
181 int h = source.getHeight();
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSnapHelper.java119 if (firstChild.getHeight() > mRecyclerView.getHeight()
124 mRecyclerView.getHeight() * LONG_ITEM_END_VISIBLE_THRESHOLD)) {
188 return helper.getDecoratedMeasurement(view) <= helper.getLayoutManager().getHeight();
272 int maxDistance = layoutManager.getHeight();
317 && layoutManager.getDecoratedBottom(lastVisibleChild) <= layoutManager.getHeight();

Completed in 544 milliseconds

1234567891011>>