Searched refs:getHeight (Results 101 - 125 of 385) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsShorterThanScreenTest.java150 mListView.getHeight() - mListView.getListPaddingBottom(),
158 return mListView.getHeight() - (mListView.getVerticalFadingEdgeLength() + mListView.getListPaddingBottom());
H A DListOfItemsTallerThanScreenTest.java110 (mListView.getSelectedView().getHeight() / mListView.getMaxScrollAmount()) + 1;
152 final int realBottom = mListView.getHeight() - mListView.getListPaddingBottom();
H A DListItemFocusablesFarApartTest.java42 mListBottom = mListView.getHeight() - mListView.getListPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java95 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
149 (int)(mActivity.getWindowManager().getDefaultDisplay().getHeight() * 0.75f));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFisheyeFilter.java121 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
122 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
H A DRedEyeFilter.java130 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
132 mHeight = inputFormat.getHeight();
H A DRotateFilter.java100 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
102 mHeight = inputFormat.getHeight();
H A DStraightenFilter.java102 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
104 mHeight = inputFormat.getHeight();
H A DBitmapSource.java73 mBitmap.getHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java84 DropZone.this.setTranslationY(getHeight() + 2);
168 shadowSize.set(icon.getWidth(), icon.getHeight());
196 final int b = v.getHeight() - v.getPaddingBottom();
216 shadowSize.set(icon.getWidth(), icon.getHeight());
H A DNotificationPanelTitle.java75 setPressed(x > 0 && x < getWidth() && y > 0 && y < getHeight());
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java231 int screenHeight = activity.getWindowManager().getDefaultDisplay().getHeight();
237 final int viewHeight = v.getHeight();
257 final int viewHeight = v.getHeight();
297 final int viewHeight = v.getHeight();
332 final int viewHeight = v.getHeight();
393 final int viewHeight = v.getHeight();
480 final int viewHeight = v.getHeight();
502 final int viewHeight = v.getHeight();
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java58 mTexHeight = mBitmap.getHeight();
94 final float height = mBitmap.getHeight() / 8.0f;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java76 mClipPath.addCircle(getWidth() / 2.0f, getHeight() / 2.0f,
77 Math.min(getWidth(), getHeight()) / 3.0f, Path.Direction.CW);
H A DBitmapMeshActivity.java49 final float height = mBitmap1.getHeight() / 3.0f;
H A DBitmapMeshLayerActivity.java50 final float height = mBitmap1.getHeight() / 3.0f;
H A DClipRegionActivity.java82 mClipPath.addCircle(mClipPosition * getWidth(), getHeight() / 2.0f,
H A DGradientsActivity.java113 canvas.drawRect(0.0f, 0.0f, getWidth(), getHeight(), mPaint);
138 canvas.drawRect(0.0f, 0.0f, getWidth(), getHeight(), mPaint);
163 canvas.drawRect(0.0f, 0.0f, getWidth(), getHeight(), mPaint);
187 canvas.drawRect(0.0f, 0.0f, getWidth(), getHeight(), mPaint);
/frameworks/native/include/ui/
H A DRect.h74 inline int32_t getHeight() const { function in class:android::Rect
83 inline int32_t height() const { return getHeight(); }
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DLinearLayoutICS.java117 bottom = getHeight() - getPaddingBottom() - mDividerHeight;
155 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java47 final int screenHeight = display.getHeight();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java94 int listBottom = mListView.getHeight() - mListView.getPaddingBottom();
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java94 public native int getHeight(); method in class:Picture
/frameworks/base/media/java/android/media/
H A DFaceDetector.java144 if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java542 final Rect startRect = new Rect((mediaItem2.getHeight() / 3),
543 (mediaItem2.getWidth() / 3), (mediaItem2.getHeight() / 2),
546 mediaItem2.getHeight());
603 mediaVideoItem.getHeight()/2, i, 5000, 2);
612 mediaVideoItem.getHeight() * 3, i, 5000, 2);
621 mediaVideoItem.getHeight() / 3, i, 5000, 2);
630 mediaVideoItem.getHeight(), i, 5000, 2);
698 videoHeight, mediaItem1.getHeight());
712 imageHeight, mediaItem2.getHeight());
1043 final Rect startRect = new Rect((mediaItem2.getHeight() /
[all...]

Completed in 3068 milliseconds

1234567891011>>