Searched refs:mHeight (Results 201 - 225 of 240) sorted by relevance

12345678910

/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java538 mSize = new Size(decoder.mWidth, decoder.mHeight);
749 private final int mHeight; field in class:ImageDecoder
785 mHeight = height;
1107 int targetHeight = getTargetDimension(mHeight, sampleSize, size.getHeight());
1112 return mWidth != mDesiredWidth || mHeight != mDesiredHeight;
1822 int scaledHeight = (int) (mHeight * scale + 0.5f);
H A DBitmap.java81 private int mHeight; field in class:Bitmap
128 mHeight = height;
165 mHeight = height;
274 mHeight = height;
1437 return mHeight;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1255 mHeight = 0;
1452 h = mHeight;
1491 + " mHeight: " + mHeight
1628 && (mWidth > 0) && (mHeight > 0)
1756 mHeight = h;
1836 private int mHeight; field in class:GLSurfaceView.GLThread
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1205 private int mHeight; field in class:CalendarViewLegacyDelegate.WeekView
1423 mTempRect.bottom = mHeight;
1453 final int y = (int) ((mHeight + textHeight) / 2) - mWeekSeparatorLineWidth;
1531 mHeight);
1537 mHeight);
1572 mHeight = (mListView.getHeight() - mListView.getPaddingTop() - mListView
1574 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
H A DPopupWindow.java188 private int mHeight = LayoutParams.WRAP_CONTENT; field in class:PopupWindow
1044 return mHeight;
1062 mHeight = height;
1490 p.height = mLastHeight = mHeight;
2270 height = mHeight;
2282 // absolute values, but we don't want to update mWidth/mHeight to these
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java204 private final int mHeight; field in class:WallpaperManager.FastBitmapDrawable
212 mHeight = bitmap.getHeight();
214 setBounds(0, 0, mWidth, mHeight);
233 mDrawTop = top + (bottom-top - mHeight) / 2;
263 return mHeight;
273 return mHeight;
/frameworks/base/media/java/android/media/
H A DMediaScanner.java493 private int mHeight; field in class:MediaScanner.MyMediaScannerClient
571 mHeight = 0;
736 mHeight = parseSubstring(value, 0, 0);
828 mHeight = mBitmapOptions.outHeight;
829 return mWidth > 0 && mHeight > 0;
865 if (mWidth > 0 && mHeight > 0) {
867 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
868 resolution = mWidth + "x" + mHeight;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java310 int mHeight; field in class:ViewRootImpl
513 mHeight = -1;
923 return mHeight;
1245 mDirty.set(0, 0, mWidth, mHeight);
1310 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
1384 return r.intersect(0, 0, mWidth, mHeight);
1573 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1768 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1926 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1930 frame.height() < desiredWindowHeight && frame.height() != mHeight));
[all...]
H A DThreadedRenderer.java350 private int mWidth, mHeight; field in class:ThreadedRenderer
560 mHeight = height;
638 return mHeight;
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h174 int32_t mHeight; member in struct:android::ImageDecoder
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h225 uint32_t mHeight = 0; member in class:android::Camera3StreamSplitter
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp187 mPrimitiveFields.mPivotY = mPrimitiveFields.mHeight / 2.0f;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp117 void setBufferHeight(int height) { mHeight = height; }
118 int getBufferHeight() { return mHeight; }
132 int mHeight; member in class:JNIImageReaderContext
142 mHeight(-1) {
H A Dandroid_media_ImageWriter.cpp80 void setBufferHeight(int height) { mHeight = height; }
81 int getBufferHeight() { return mHeight; }
92 int mHeight; member in class:JNIImageWriterContext
100 mHeight(-1) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java148 private int mHeight; field in class:GLES20Canvas
348 mHeight = height;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
986 GLES20.glViewport(0, 0, mWidth, mHeight);
/frameworks/rs/
H A DrsContext.cpp581 mHeight = h;
583 if (mWidth && mHeight) {
610 return mHeight;
739 ALOGE(" RS width %i, height %i", mWidth, mHeight);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java158 int mHeight; field in class:WallpaperService.Engine
679 out.print(" mHeight="); out.print(mHeight);
740 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
754 mHeight = myHeight;
815 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/av/media/ndk/
H A DNdkImage.cpp37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
128 *height = mHeight;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp561 uint32_t mHeight; member in class:InputStripSource
573 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride),
580 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
619 for (uint32_t i = 0; i < mHeight; ++i) {
695 uint32_t mHeight; member in class:DirectStripSource
707 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
714 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
737 for (size_t i = 0; i < mHeight; ++i) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp234 OMX_U64 yFrameSize = (OMX_U64)mWidth * (OMX_U64)mHeight;
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DTextViewCompatTest.java84 private int mHeight; field in class:TextViewCompatTest.TestDrawable
89 mHeight = height;
99 return mHeight;
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DListRowPresenterTest.java52 int mHeight; field in class:ListRowPresenterTest.DummyPresenter
60 mHeight = height;
68 view.setLayoutParams(new ViewGroup.LayoutParams(mWidth, mHeight));
H A DObjectAdapterTest.java209 int mHeight; field in class:ObjectAdapterTest.AdapterItemPresenter
217 mHeight = height;
225 view.setLayoutParams(new ViewGroup.LayoutParams(mWidth, mHeight));
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp692 FullBox(source, FOURCC('i', 's', 'p', 'e')), mWidth(0), mHeight(0) {}
698 image.height = mHeight;
703 uint32_t mHeight; member in struct:IspeBox
718 || !source()->getUInt32(offset + 4, &mHeight)) {
721 ALOGV("property ispe: %dx%d", mWidth, mHeight);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp411 eglQuerySurface(mEglDisplay, surface, EGL_HEIGHT, &frame.mHeight);

Completed in 725 milliseconds

12345678910