Searched refs:getHeight (Results 176 - 200 of 953) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java67 assertTrue("List incorrect height", list.getHeight() == 200);
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListLastItemPartiallyVisibleTest.java39 mListBottom = mListView.getHeight() - mListView.getPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScroll.java68 rect.set(0, 0, 0, mTextBlob.getHeight());
H A DScrollViewButtonsAndLabels.java66 int screenHeight = getWindowManager().getDefaultDisplay().getHeight();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DPictureDrawable.java81 return mPicture != null ? mPicture.getHeight() : -1;
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java340 public int getHeight() { method in class:PdfRenderer.Page
397 || destClip.bottom > destination.getHeight()) {
419 : destination.getHeight();
428 (float)clipHeight / getHeight());
/frameworks/base/libs/hwui/
H A DGlLayer.cpp29 getHeight())
H A DGlLayer.h40 uint32_t getHeight() const override { return texture.mHeight; }
H A DRenderBuffer.h100 uint32_t getHeight() const { return mHeight; } function in struct:android::uirenderer::RenderBuffer
H A DRenderBufferCache.h86 , mHeight(buffer->getHeight()) {}
/frameworks/base/libs/hwui/tests/common/scenes/
H A DGlyphStressAnimation.cpp47 container->stagingProperties().getHeight(),
/frameworks/base/libs/hwui/tests/unit/
H A DFontRendererTests.cpp52 EXPECT_LE(bounds.getHeight() + radius * 2, (int)result.height);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureTarget.java51 input.getFormat().getHeight(),
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java89 int pixelCount = inputFormat.getWidth() * inputFormat.getHeight();
/frameworks/base/opengl/java/android/opengl/
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/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeView.java75 int y = mRandom.nextInt(getHeight());
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLiftToActivateListener.java57 && (y < v.getHeight() - v.getPaddingBottom())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImpl.java159 mQSFooter.setTranslationY(height - mQSFooter.getHeight());
166 return mQSCustomizer.isCustomizing() ? mQSCustomizer.getHeight()
167 : Math.round(mQsExpansion * (heightOverride - mHeader.getHeight()))
168 + mHeader.getHeight();
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java57 final int height = getHeight();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegion3Activity.java71 canvas.translate(mClipPosition * getWidth(), getHeight() / 2.0f);
H A DColorFiltersMutateActivity.java161 canvas.translate(0.0f, 50.0f + mBitmap1.getHeight());
164 canvas.translate(0.0f, 50.0f + mBitmap1.getHeight());
172 canvas.translate(0.0f, 50.0f + mBitmap2.getHeight());
175 canvas.translate(0.0f, 50.0f + mBitmap2.getHeight());
H A DRotate3dTextActivity.java79 canvas.drawText(TEXT, getWidth() / 2.0f, getHeight() / 2.0f, mPaint);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.h36 virtual int getHeight() const { function in class:FrameSequence_gif
H A DFrameSequence_webp.h41 virtual int getHeight() const { function in class:FrameSequence_webp
/frameworks/native/include/ui/
H A DFloatRect.h28 float getHeight() const { return bottom - top; } function in class:android::FloatRect

Completed in 308 milliseconds

1234567891011>>