Searched refs:getHeight (Results 126 - 150 of 785) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageStitcher.java75 mInputHeight = format.getHeight();
98 (format.getHeight() != mInputHeight)) {
H A DLomoishFilter.java187 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
189 mHeight = inputFormat.getHeight();
H A DSharpenFilter.java113 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
114 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
H A DToPackedGrayFilter.java86 int h = inputFormat.getHeight();
121 int oh = outputFormat.getHeight();
H A DVignetteFilter.java137 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
139 mHeight = inputFormat.getHeight();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPageContentView.java116 if (getWidth() > 0 && getHeight() > 0 && !mContentRequested
119 mProvider.getPageContent(new RenderSpec(getWidth(), getHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java64 child.getHeight() - (getHeight() - mPaddingBottom - mPaddingTop));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java103 public int getHeight() { method in class:BasicTexture
138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java74 mPixels = new int[mBitmap1.getWidth() * mBitmap1.getHeight()];
88 int height = mBitmap1.getHeight();
H A DBitmapsAlphaActivity.java73 canvas.translate(0.0f, mBitmap1.getHeight());
77 canvas.translate(0.0f, mBitmap2.getHeight());
H A DPathDestructionActivity.java61 top = MathUtils.random(getHeight() - MIN_SIZE);
63 bottom = top + MathUtils.random(getHeight() - top);
H A DRevealActivity.java85 view.getWidth() / 2, view.getHeight() / 2,
86 0, Math.max(view.getWidth(), view.getHeight()));
H A DTransform3dActivity.java58 final float centerY = getHeight() / 2.0f - mBitmap1.getHeight() / 2.0f;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java63 || mBitmap.getHeight() != bitmapSize) {
71 mRect.set(0, 0, getWidth(), 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/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java46 yuvTypeBuilder.setY(dimensions.getHeight());
54 rgbTypeBuilder.setY(dimensions.getHeight());
/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java63 return view.getWidth() > 0 && view.getHeight() > 0;
129 currentTop + view.getHeight() + absOffset);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/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.h52 media_status_t getHeight(/*out*/int32_t* height) const;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h70 virtual uint32_t getHeight() const = 0;
/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());

Completed in 2967 milliseconds

1234567891011>>