Searched refs:getHeight (Results 51 - 75 of 953) sorted by relevance

1234567891011>>

/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.java46 mListView.getSelectedView().getHeight() < mListView.getVerticalFadingEdgeLength());
58 final int listBottom = mListView.getHeight() - mListView.getListPaddingBottom();
98 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.java51 mScreenBottom = origin[1] + mScrollView.getHeight();
87 int buttonBottom = buttonLoc[1] + firstButtonOffScreen.getHeight();
106 mLinearLayout.getHeight(), lastButton.getBottom());
117 int buttonBottom = buttonLoc[1] + lastButton.getHeight();
183 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.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.
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp124 getWidth() - TEXTURE_BORDER_SIZE, getHeight() - TEXTURE_BORDER_SIZE);
154 getWidth() - TEXTURE_BORDER_SIZE, getHeight() - TEXTURE_BORDER_SIZE);
183 mPixelBuffer = PixelBuffer::create(mFormat, getWidth(), getHeight());
205 uint32_t height = (b > getHeight() ? getHeight() : b);
256 if (glyph.fHeight + TEXTURE_BORDER_SIZE * 2 > getHeight()) {
293 if (getHeight() - glyphH >= glyphH) {
297 getHeight() - glyphH - TEXTURE_BORDER_SIZE);
/frameworks/base/libs/hwui/tests/unit/
H A DDeferredLayerUpdaterTests.cpp39 EXPECT_EQ(0u, layerUpdater->backingLayer()->getHeight());
59 EXPECT_EQ(100u, layerUpdater->backingLayer()->getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java38 canvas.clipRect(0, getHeight() - getPaddingBottom(), getWidth(), getHeight());
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapView.java59 float fraction = (float) getBottom() / (mListView.getHeight() + getHeight());
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
51 mBitmapIn.getWidth(), mBitmapIn.getHeight(),
/frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
H A DPercentRelativeTest.java73 mContainerHeight = mPercentRelativeLayout.getHeight();
81 final int childHeight = childToTest.getHeight();
102 final int childHeight = childToTest.getHeight();
123 final int childHeight = childToTest.getHeight();
144 final int childHeight = childToTest.getHeight();
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
H A DWearableDrawerLayout.java371 mTopDrawerView, 0 /* finalLeft */, -mTopDrawerView.getHeight());
375 .smoothSlideViewTo(mBottomDrawerView, 0 /* finalLeft */, getHeight());
429 getHeight() - mBottomDrawerView.getHeight());
583 final int height = v.getHeight();
589 final int height = v.getHeight();
590 final int childTop = (int) (getHeight() - height * openedPercent);
790 drawerView, 0 /* finalLeft */, getHeight() - peekView.getHeight());
794 -(drawerView.getHeight()
[all...]
/frameworks/base/libs/hwui/
H A DRenderBufferCache.cpp88 buffer->getHeight());
148 buffer->getHeight());
154 buffer->getHeight(), size, mMaxSize);
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
H A DAnimateableViewBounds.java61 mSourceView.getHeight() - mClipRect.bottom,
66 mSourceView.getHeight() - mClipRect.bottom);
128 mSourceView.getHeight() - Math.max(0, mClipRect.bottom));
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java67 if (headerView != null && headerView.getHeight() == 0) {
108 drawTarget.getHeight() - drawOffset + mStatusBarInset);
110 canvas.clipRect(0, 0, drawTarget.getWidth(), drawTarget.getHeight());
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatPopupWindow.java66 yoff -= anchor.getHeight();
75 yoff -= anchor.getHeight();
84 yoff -= anchor.getHeight();
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h52 int getHeight() const { return mHeight; } function in class:android::EglWindow
/frameworks/base/core/java/android/app/
H A DVr2dDisplayProperties.java59 result = 31 * result + getHeight();
85 if (getHeight() != that.getHeight()) return false;
132 public int getHeight() { method in class:Vr2dDisplayProperties
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapFactoryTest.java44 assertEquals("Bitmap height", 1, bitmap.getHeight());
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java119 assertThat(bm.getHeight()).isEqualTo(78);
122 assertThat(ic.getBitmap().getHeight()).isLessThan(21);
168 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
195 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
228 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
255 originalbits.getWidth() * originalbits.getHeight() * 2); // guess 50% compression
301 draw1.setBounds(0, 0, test1.getWidth(), test1.getHeight());
341 final int h = a.getHeight();
350 if (a.getWidth() != b.getWidth() || a.getHeight() != b.getHeight()) retur
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListUnspecifiedMeasure.java53 assertTrue(mListView.getHeight() > 0);
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java48 public final float getHeight() { method in class:Shape

Completed in 518 milliseconds

1234567891011>>