Searched refs:mHeight (Results 176 - 200 of 240) sorted by relevance

12345678910

/frameworks/native/headers/media_plugin/media/hardware/
H A DVideoAPI.h44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight) member in struct:android::MediaImage
84 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight) member in namespace:android
/frameworks/native/include/media/hardware/
H A DVideoAPI.h44 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight) member in struct:android::MediaImage
84 uint32_t mHeight; // height of largest plane (unpadded, as in nFrameHeight) member in namespace:android
/frameworks/rs/
H A DrsContext.h184 uint32_t getHeight() const {return mHeight;}
301 uint32_t mHeight; member in class:android::renderscript::Context
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java371 layer.mHeight = a.getDimensionPixelSize(attr, layer.mHeight);
674 childDrawable.mHeight = h;
705 childDrawable.mHeight = h;
716 return childDrawable.mHeight;
1581 final int layerH = r.mHeight;
1703 final int minHeight = r.mHeight < 0 ? r.mDrawable.getIntrinsicHeight() : r.mHeight;
1830 public int mHeight = -1; field in class:LayerDrawable.ChildDrawable
1877 mHeight
[all...]
H A DGradientDrawable.java1170 final float height = st.mHeight >= 0 ? st.mHeight : r.height();
1678 st.mHeight = a.getDimensionPixelSize(R.styleable.GradientDrawableSize_height, st.mHeight);
1698 return mGradientState.mHeight;
1813 public int mHeight = -1; field in class:GradientDrawable.GradientState
1874 mHeight = orig.mHeight;
1985 if (mHeight > 0) {
1986 mHeight
[all...]
/frameworks/base/core/java/android/widget/
H A DMagnifier.java353 Math.min(startYInSurface, mContentCopySurface.mHeight - mBitmapHeight));
362 mParentSurface.mHeight - systemInsets.bottom);
364 windowBounds = new Rect(0, 0, mParentSurface.mWidth, mParentSurface.mHeight);
406 private int mHeight; field in class:Magnifier.SurfaceInfo
413 mHeight = height;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java130 private int mWidth, mHeight; field in class:DessertCaseView
238 if (mWidth == w && mHeight == h) return;
246 mHeight = h;
252 mRows = mHeight / mCellSize;
262 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java368 int mHeight; field in class:BitmapRegionTileSource
385 mHeight = mDecoder.getHeight();
403 mWidth, mHeight,
422 return mHeight;
472 mOverlapRegion.set(0, 0, mWidth, mHeight);
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java485 final int mHeight; field in class:AssistStructure.WindowNode
497 mHeight = rect.height();
529 mHeight = in.readInt();
545 out.writeInt(mHeight);
577 return mHeight;
647 int mHeight; field in class:AssistStructure.ViewNode
744 mHeight = in.readInt();
751 mHeight = (val>>16)&0x7fff;
814 || (mWidth&~0x7fff) != 0 | (mHeight&~0x7fff) != 0) {
912 out.writeInt(mHeight);
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java3584 private final int mHeight; field in class:MediaCodec.MediaImage
3607 return mHeight;
3689 mHeight = info.getInt();
3690 if (mWidth < 1 || mHeight < 1) {
3692 "unsupported size: " + mWidth + "x" + mHeight);
3723 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc);
3732 cropRect = new Rect(0, 0, mWidth, mHeight);
H A DImageReader.java231 mHeight = height;
290 return mHeight;
757 private final int mHeight; field in class:ImageReader
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java70 int mWidth, mHeight; field in class:ScreenRotationAnimation
156 pw.print(" mHeight="); pw.println(mHeight);
253 mHeight = originalWidth;
256 mHeight = originalHeight;
267 .setSize(mWidth, mHeight)
319 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
358 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp302 mHeight = h;
381 const GLint yc = (mHeight - mAndroid[0].h) / 2;
384 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
570 *y = (mHeight - font.char_height) / 2;
572 *y = mHeight + *y - font.char_height;
876 const int animationY = (mHeight - animation.height) / 2;
925 Region clearReg(Rect(mWidth, mHeight));
933 glScissor(r2.left, mHeight - r2.bottom, r2.width(), r2.height());
938 // specify the y center as ceiling((mHeight - frame.trimHeight) / 2)
939 // which is equivalent to mHeight
[all...]
H A DBootAnimation.h164 int mHeight; member in class:android::BootAnimation
/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp98 mHeight = image.mHeight;
211 image.mHeight = params.nFrameHeight;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h151 mConfig->mHeight = height;
184 int32_t getHeight() const { return mHeight; }
196 int32_t mHeight; member in class:HWC2::Display::Config
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java306 private int mHeight; field in class:Filters
352 mHeight = mInPixelsAllocation.getType().getY();
356 tb.setY(mHeight);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp71 mNewHeight(mHeight),
508 const uint32_t oldHeight = mHeight;
510 if (mWidth != oldWidth || mHeight != oldHeight) {
811 (long long)outHeader->nTimeStamp, mWidth, mHeight);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h136 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp253 mHeight(height),
273 mWidth, mHeight, mFormat, mUsage, mMaxImages, getpid(),
289 res = mBufferItemConsumer->setDefaultBufferSize(mWidth, mHeight);
402 const int readerHeight = mHeight;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp108 mHeight = height;
186 mWidth, mHeight);
600 auto res = from->dequeueBuffer(&slot, &fence, mWidth, mHeight, mFormat, mProducerUsage,
631 auto res = from->dequeueBuffer(&slot, &fence, mWidth, mHeight, mFormat, mProducerUsage,
/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java272 root.mWidth + surfaceInsets.left, root.mHeight + surfaceInsets.top);
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java581 private final int mHeight; field in class:WifiDisplayAdapter.WifiDisplayDevice
596 mHeight = height;
636 mInfo.height = mHeight;
645 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h64 uint32_t getHeight() const { return mHeight; }
73 const uint32_t mHeight; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java151 int mHeight = (((int) (8 + mRect.height())) & ~3);
154 return new Rect(mPasteOffX, mPasteOffY, mPasteOffX + mWidth, mPasteOffY + mHeight);

Completed in 1079 milliseconds

12345678910