Searched refs:getHeight (Results 151 - 175 of 953) sorted by relevance

1234567891011>>

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java63 || mBitmap.getHeight() != bitmapSize) {
71 mRect.set(0, 0, getWidth(), getHeight());
/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp49 uint32_t bufHeight = buf->getHeight();
99 mFront.crop.bottom, mFront.crop.getWidth(), mFront.crop.getHeight(),
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java79 source.set(0, 0, bitmap.getWidth(), bitmap.getHeight());
81 getHeight() - getPaddingBottom());
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java46 yuvTypeBuilder.setY(dimensions.getHeight());
54 rgbTypeBuilder.setY(dimensions.getHeight());
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
H A DEmojiSpanInstrumentationTest.java92 final int defaultHeight = span.getHeight();
109 final int heightWithRelativeSpan = span.getHeight();
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DPropagationTest.java58 pos[1] += redValues.view.getHeight() / 2;
65 return new Rect(0, 0, redValues.view.getWidth(), redValues.view.getHeight());
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DScrollToPositionWithAutoMeasure.java80 makeMeasureSpec(recyclerView.getHeight(), AT_MOST));
98 Rect rvBounds = new Rect(0, 0, llm.getWidth(), llm.getHeight());
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java288 centerY = (getHeight() / 2 - relativeScale * mTranslateRect.centerY()) /
297 float heightBuffer = (getHeight() - mTranslateRect.height()) / relativeScale;
529 mDrawable.getIntrinsicHeight() != photoBitmap.getHeight());
694 final int drawTop = (getHeight() - videoImage.getHeight()) / 2;
706 canvas.drawRect(0, 0, getWidth(), getHeight(), sCropDimPaint);
726 final int layoutHeight = getHeight();
809 final int vheight = getHeight();
840 final int vheight = mAllowCrop ? sCropSize : getHeight();
874 final int vheight = mAllowCrop ? getCropSize() : getHeight();
[all...]
/frameworks/av/media/ndk/
H A DNdkImagePriv.h53 media_status_t getHeight(/*out*/int32_t* height) const;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableSize.java42 buffer.putInt(value.getHeight());
H A DMarshalQueryableSizeF.java44 buffer.putFloat(value.getHeight());
H A DMarshalQueryableStreamConfiguration.java48 buffer.putInt(value.getHeight());
H A DMarshalQueryableStreamConfigurationDuration.java57 buffer.putLong(value.getHeight());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java81 public int getHeight() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java95 public int getHeight() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java90 public int getHeight() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/transition/
H A DVisibilityPropagation.java55 loc[1] += view.getHeight() / 2;
/frameworks/base/core/java/android/util/
H A DSize.java48 public int getHeight() { method in class:Size
H A DSizeF.java59 public float getHeight() { method in class:SizeF
/frameworks/base/core/java/android/view/
H A DActionMode.java364 outRect.set(0, 0, view.getWidth(), view.getHeight());
H A DTouchDelegate.java135 event.setLocation(delegateView.getWidth() / 2, delegateView.getHeight() / 2);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListUtil.java66 return mListView.getHeight() - mListView.getListPaddingBottom();
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java79 rootView.getHeight(),
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchStackFromBottomManyTest.java84 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DFixedWidthTest.java66 assertEquals(48, mFixedHeight.getHeight());

Completed in 410 milliseconds

1234567891011>>