Searched refs:getHeight (Results 1 - 25 of 953) sorted by relevance

1234567891011>>

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DShadowOverlayContainerTest.java60 assertTrue(textView.getHeight() > 0);
61 assertTrue(textView.getHeight() < 500);
63 assertEquals(container.getHeight(), textView.getHeight());
71 assertTrue(textView.getHeight() == 123);
73 assertEquals(container.getHeight(), textView.getHeight());
90 assertTrue(textView.getHeight() > 0);
91 assertTrue(textView.getHeight() < 500);
93 assertEquals(container.getHeight(), textVie
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java40 public int getHeight(); method in interface:Texture
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DMultiPageTextWithPaddingTest.java51 mTextView.getHeight() > mScrollView.getHeight());
58 (mTextView.getHeight() - mScrollView.getHeight()))
66 getActivity().getLinearLayout().getHeight()
67 - (mScrollView.getHeight() - mScrollView.getPaddingTop() - mScrollView
H A DButtonsWithTallTextViewInBetweenTest.java69 mTopButton.getHeight() <
95 final int screenBottom = mScrollView.getScrollY() + mScrollView.getHeight();
106 getActivity().getLinearLayout().getHeight() - mScrollView.getHeight(),
121 final int maxScroll = getActivity().getLinearLayout().getHeight()
122 - mScrollView.getHeight();
135 getTopWithinScrollView(mBottomButton) > mScrollView.getScrollY() + mScrollView.getHeight());
H A DShortButtonsTest.java47 getActivity().getButtonAt(0).getHeight()
48 < mScrollView.getHeight());
51 getActivity().getLinearLayout().getHeight()
52 > getActivity().getScrollView().getHeight());
68 getActivity().getLinearLayout().getHeight() - mScrollView.getHeight(),
106 && mTempRect.top <= (mScrollView.getScrollY() + mScrollView.getHeight());
/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java40 outline.setRect(0, 0, view.getWidth(), view.getHeight());
55 outline.setRect(0, 0, view.getWidth(), view.getHeight());
71 view.getHeight() - view.getPaddingBottom());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAssetsAtlasActivity.java56 final Rect src = new Rect(0, 0, mBitmap.getWidth() / 2, mBitmap.getHeight() / 2);
57 final Rect dst = new Rect(0, 0, mBitmap.getWidth(), mBitmap.getHeight());
60 canvas.translate(0.0f, mBitmap.getHeight());
62 canvas.translate(0.0f, mBitmap.getHeight());
H A DAlpha8BitmapActivity.java50 mBitmap1 = Bitmap.createBitmap(texture.getWidth(), texture.getHeight(),
60 final float height = texture.getHeight() / 3.0f;
83 matrix.postTranslate(0.0f, mBitmap1.getHeight());
86 Rect src = new Rect(0, 0, mBitmap1.getWidth() / 2, mBitmap1.getHeight() / 2);
87 Rect dst = new Rect(0, mBitmap1.getHeight() * 3, mBitmap1.getWidth(),
88 mBitmap1.getHeight() * 4);
91 canvas.translate(0.0f, mBitmap1.getHeight() * 4);
H A DBigGradientActivity.java44 p.setShader(new LinearGradient(0.0f, 0.0f, 0.0f, getHeight(), 0xff000000,
47 canvas.drawRect(0.0f, 0.0f, getWidth(), getHeight(), p);
/frameworks/ex/framesequence/jni/
H A DFrameSequence.cpp28 !frameSequence->getWidth() || !frameSequence->getHeight()) {
H A DFrameSequence.h48 virtual int getHeight() const = 0;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java50 int screenHeight = getWindowManager().getDefaultDisplay().getHeight();
61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
69 rect.set(0, 0, topBlob.getWidth(), topBlob.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
85 rect.set(0, 0, bottomBlob.getWidth(), bottomBlob.getHeight());
H A DButtonAboveTallInternalSelectionViewTest.java43 getActivity().getIsv().getHeight() > getActivity().getScrollView().getHeight());
H A DRequestRectangleVisibleTest.java88 mTopBlob.getHeight() > mScrollView.getHeight());
92 mBottomBlob.getHeight() > mScrollView.getHeight());
114 mScrollView.getHeight()
115 - mChildToScrollTo.getHeight()
172 mScrollView.getHeight() - mBottomBlob.getHeight()
208 int bottom = xy[1] + view.getHeight();
209 int bottomOfRoot = xyRoot[1] + origin.getHeight();
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DInputConfiguration.java69 public int getHeight() { method in class:InputConfiguration
101 otherInputConfig.getHeight() == mHeight &&
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSizeAreaComparator.java47 long area = width * size.getHeight();
48 long area2 = width2 * size2.getHeight();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLinearLayoutEditTextsTest.java52 final int childHeight = mChild.getHeight();
53 final int containerHeight = mContainer.getHeight();
/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DWmDisplayCutout.java70 mFrameSize.getHeight() - insetTop - insetBottom);
88 mFrameSize.getWidth() - frame.right, mFrameSize.getHeight() - frame.bottom);
102 if (displaySize.getWidth() < displaySize.getHeight()) {
104 new Rect(0, displaySize.getHeight() / 2, 0, displaySize.getHeight() / 2))
109 } else if (displaySize.getWidth() > displaySize.getHeight()) {
134 if (boundingRect.bottom == display.getHeight()) {
135 inset = Math.max(inset, display.getHeight() - boundingRect.top);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DImageBuffersForRenderScript.java38 inputImage.getHeight(), Bitmap.Config.ARGB_8888);
43 imageHeightPadded = inputImage.getHeight() + 2 * margin;
/frameworks/base/core/tests/coretests/src/android/view/
H A DZeroSizedTest.java64 assertTrue(mWithDimension.getHeight() > 0);
71 assertTrue(mWithNoWdith.getHeight() > 0);
78 assertTrue(mWithNoHeight.getHeight() == 0);
85 assertTrue(mWithNoDimension.getHeight() == 0);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomTest.java66 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
83 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
100 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
117 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
/frameworks/base/libs/hwui/
H A DLayerUpdateQueue.cpp30 damage.doIntersect(0, 0, renderNode->getWidth(), renderNode->getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java46 int getHeight(); method in interface:QSFooter
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer2D.java25 public int getHeight() { method in class:FrameBuffer2D
/frameworks/base/media/java/android/media/
H A DImage.java172 public abstract int getHeight(); method in class:Image
258 return new Rect(0, 0, getWidth(), getHeight());
275 if (!cropRect.intersect(0, 0, getWidth(), getHeight())) {

Completed in 479 milliseconds

1234567891011>>