Searched refs:getHeight (Results 26 - 50 of 424) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/
H A DSize.java39 public final int getHeight() { method in class:Size
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java74 assertEquals("Layout incorrect height", pauseHeight, mLayout.getHeight());
75 assertEquals("Pause incorrect height", pauseHeight, mPause.getHeight());
76 assertEquals("Prev incorrect height", prevHeight, mPrev.getHeight());
77 assertEquals("Next incorrect height", nextHeight, mNext.getHeight());
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java42 public final float getHeight() { method in class:Shape
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DExposureFilter.java63 inputImage.getHeight(),
66 inputImage.getHeight(),
76 underOutFrame.setValue(underExposedPixels*inputImage.getWidth()*inputImage.getHeight());
91 overOutFrame.setValue(overExposedPixels*inputImage.getWidth()*inputImage.getHeight());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColorFiltersActivity.java78 canvas.translate(0.0f, 50.0f + mBitmap1.getHeight());
81 canvas.translate(0.0f, 50.0f + mBitmap1.getHeight());
89 canvas.translate(0.0f, 50.0f + mBitmap2.getHeight());
92 canvas.translate(0.0f, 50.0f + mBitmap2.getHeight());
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);
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCacheTest.java59 assertTrue(mTiny.getWidth() * mTiny.getHeight() * 2 < max);
67 assertTrue(mLarge.getWidth() * mLarge.getHeight() * 2 > max);
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfShortTallShortTest.java42 mListView.getChildAt(1).getHeight() > mListView.getHeight());
H A DListItemFocusablesCloseTest.java40 mListBottom = mListView.getHeight() - mListView.getListPaddingBottom();
57 first.getHeight() < mListView.getHeight());
H A DListOfThinItemsTest.java44 mListView.getSelectedView().getHeight() < mListView.getVerticalFadingEdgeLength());
52 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom();
88 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityTest.java72 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
91 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScrollTest.java78 mScrollView.getHeight()
79 - mTextBlob.getHeight()
H A DScrollViewButtonsAndLabelsTest.java52 mScreenBottom = origin[1] + mScrollView.getHeight();
84 int buttonBottom = buttonLoc[1] + firstButtonOffScreen.getHeight();
103 mLinearLayout.getHeight(), lastButton.getBottom());
114 int buttonBottom = buttonLoc[1] + lastButton.getHeight();
180 int screenHeight = mScrollView.getHeight();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DTallTextAboveButtonTest.java48 mTopText.getHeight() > mScrollView.getHeight());
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java64 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight())
77 public int getHeight() { method in class:LargeBitmap
78 checkRecycled("getHeight called on recycled large bitmap");
85 * getWidth() or getHeight() is called.
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
50 nativeMono(mBitmapIn.getWidth(), mBitmapIn.getHeight(), mBitmapIn, mBitmapOut);
/frameworks/base/libs/hwui/
H A DLayer.cpp74 if (desiredWidth <= getWidth() && desiredHeight <= getHeight()) {
86 uint32_t oldHeight = getHeight();
179 ALOGD(" Allocate layer: %dx%d", getWidth(), getHeight());
183 glTexImage2D(renderTarget, 0, GL_RGBA, getWidth(), getHeight(), 0,
190 const float height = layer.getHeight();
227 renderer->setViewport(layer.getWidth(), layer.getHeight());
242 renderer->setViewport(layer.getWidth(), layer.getHeight());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DMediaItemThumbnailTest.java74 assertEquals("Thumbnail Height", outHeight, thumbNailBmp.getHeight());
96 final int outHeight = mediaVideoItem.getHeight();
116 final int outHeight = mediaVideoItem.getHeight();
135 final int outHeight = mediaVideoItem.getHeight() / 2;
155 final int outHeight = mediaVideoItem.getHeight();
175 final int outHeight = mediaVideoItem.getHeight() * 2;
195 final int outHeight = mediaVideoItem.getHeight() * 2;
292 final int outHeight = mediaVideoItem.getHeight() / 2;
315 final int outHeight = mediaVideoItem.getHeight();
345 final int outHeight = mediaVideoItem.getHeight();
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DMetadataMarshalSize.java33 buffer.putInt(value.getHeight());
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListUnspecifiedMeasure.java53 assertTrue(mListView.getHeight() > 0);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapFactoryTest.java44 assertEquals("Bitmap height", 1, bitmap.getHeight());
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java136 public static native int getHeight(Buffer header); method in class:ETC1
/frameworks/native/include/ui/
H A DRect.h67 return (getWidth() >= 0) && (getHeight() >= 0);
72 return (getWidth() <= 0) || (getHeight() <= 0);
81 inline int32_t getHeight() const { function in class:android::Rect
169 inline int32_t height() const { return getHeight(); }
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp75 size_t Texture::getHeight() const { function in class:android::Texture
H A DTexture.h52 size_t getHeight() const;

Completed in 436 milliseconds

1234567891011>>