Searched refs:mHeight (Results 151 - 165 of 165) sorted by relevance

1234567

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java949 final float height = st.mHeight >= 0 ? st.mHeight : r.height();
1431 st.mHeight = a.getDimensionPixelSize(R.styleable.GradientDrawableSize_height, st.mHeight);
1451 return mGradientState.mHeight;
1552 public int mHeight = -1; field in class:GradientDrawable.GradientState
1610 mHeight = state.mHeight;
1734 mHeight = height;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp415 uint32_t mHeight; member in class:InputStripSource
427 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride),
435 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
474 for (uint32_t i = 0; i < mHeight; ++i) {
550 uint32_t mHeight; member in class:DirectStripSource
562 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
569 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
591 for (size_t i = 0; i < mHeight; ++i) {
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java109 private int mHeight; field in class:PopupWindow
829 return mHeight;
844 mHeight = height;
1133 p.height = mLastHeight = mHeight;
/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.cpp652 mHeight = h;
654 if (mWidth && mHeight) {
681 return mHeight;
803 ALOGE(" RS width %i, height %i", mWidth, mHeight);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java440 private int mHeight; field in class:MediaScanner.MyMediaScannerClient
511 mHeight = 0;
647 mHeight = parseSubstring(value, 0, 0);
739 mHeight = mBitmapOptions.outHeight;
774 if (mWidth > 0 && mHeight > 0) {
776 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
777 resolution = mWidth + "x" + mHeight;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java153 int mHeight; field in class:WallpaperService.Engine
536 out.print(" mHeight="); out.print(mHeight);
596 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
610 mHeight = myHeight;
687 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp268 outHeader->nFilledLen = (mWidth * mHeight * 3) / 2;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp101 void setBufferHeight(int height) { mHeight = height; }
102 int getBufferHeight() { return mHeight; }
115 int mHeight; member in class:JNIImageReaderContext
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java53 private int mHeight; field in class:GLES20Canvas
136 return mHeight;
166 mHeight = height;
H A DAccessibilityInteractionController.java751 visibleWinFrame.bottom = (int) (visibleWinFrame.top + mViewRootImpl.mHeight * scale);
/frameworks/wilhelm/src/
H A Ditfstruct.h154 SLmillimeter mHeight; member in struct:__anon1605::__anon1606
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java70 int mHeight; field in class:SceneManager
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp855 frame->mWidth, frame->mHeight), 0);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3282 image.mHeight = params.nFrameHeight;
3488 mComponentName.c_str(), img->mWidth, img->mHeight,

Completed in 8634 milliseconds

1234567