Searched refs:mHeight (Results 51 - 75 of 87) sorted by relevance

1234

/frameworks/base/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp230 frame->mHeight = crop_bottom - crop_top + 1;
232 frame->mDisplayHeight = frame->mHeight;
233 frame->mSize = frame->mWidth * frame->mHeight * 2;
258 frame->mHeight,
259 0, 0, frame->mWidth - 1, frame->mHeight - 1);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp259 mHeight = h;
323 const GLint yc = (mHeight - mAndroid[0].h) / 2;
326 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
464 const int yc = ((mHeight - animation.height) / 2);
468 Region clearReg(Rect(mWidth, mHeight));
500 glScissor(r.left, mHeight - r.bottom,
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java65 private final int mHeight; field in class:MediaImageItem
129 mHeight = dbo.outHeight;
135 mAspectRatio = mMANativeHelper.getAspectRatio(mWidth, mHeight);
157 if (mWidth > maxResolution.first || mHeight > maxResolution.second) {
176 mScaledHeight = (mHeight >> 1) << 1;
259 return mHeight;
H A DMediaItem.java756 int mHeight = 64;
773 while(tmp < mHeight) {
/frameworks/base/cmds/stagefright/
H A Drecord.cpp47 mHeight(height),
61 meta->setInt32(kKeyHeight, mHeight);
108 int mWidth, mHeight; member in class:DummySource
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp258 width = videoFrame->mHeight;
263 height = videoFrame->mHeight;
280 videoFrame->mHeight,
285 videoFrame->mDisplayHeight != videoFrame->mHeight) {
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.h169 int mWidth, mHeight; member in class:android::RenderInput
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java78 private int mHeight; field in class:EdgeEffect
144 mHeight = height;
H A DCalendarView.java1204 private int mHeight; field in class:CalendarView.WeekView
1224 mHeight = (mListView.getHeight() - mListView.getPaddingTop() - mListView
1375 mTempRect.bottom = mHeight;
1392 int y = (int) ((mHeight + textHeight) / 2) - mWeekSeperatorLineWidth;
1443 mSelectedLeft + mSelectedDateVerticalBarWidth / 2, mHeight);
1447 mSelectedRight + mSelectedDateVerticalBarWidth / 2, mHeight);
1476 setMeasuredDimension(MeasureSpec.getSize(widthMeasureSpec), mHeight);
H A DPopupWindow.java103 private int mHeight; field in class:PopupWindow
741 return mHeight;
756 mHeight = height;
1008 p.height = mLastHeight = mHeight;
/frameworks/base/libs/rs/
H A DrsContext.h165 uint32_t getHeight() const {return mHeight;}
224 uint32_t mHeight; member in class:android::renderscript::Context
H A DrsContext.cpp467 mHeight = h;
469 if (mWidth && mHeight) {
584 LOGE(" RS width %i, height %i", mWidth, mHeight);
/frameworks/base/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp195 frameCopy->mHeight = frame->mHeight;
/frameworks/base/services/surfaceflinger/tests/
H A DTransaction_test.cpp77 mHeight(h),
82 const uint32_t mHeight; member in class:android::ScreenCapture
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java36 int mHeight; field in class:SceneGraphRS
46 mHeight = height;
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp543 : mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) {
551 &mWidth, &mHeight, &mFormat, 0, 0,
560 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
570 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
587 return mHeight;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java193 int mHeight; field in class:ViewRootImpl
346 mHeight = -1;
753 mDirty.set(0, 0, mWidth, mHeight);
781 return r.intersect(0, 0, mWidth, mHeight);
954 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1065 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1131 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1135 frame.height() < desiredWindowHeight && frame.height() != mHeight));
1208 if (mWidth > 0 && mHeight > 0 &&
1224 mWidth, mHeight, fals
[all...]
H A DHardwareRenderer.java419 int mWidth = -1, mHeight = -1; field in class:HardwareRenderer.GlRenderer
779 mHeight = height;
790 return mHeight;
815 dirty.intersect(0, 0, mWidth, mHeight);
H A DSurfaceView.java154 int mHeight = -1; field in class:SurfaceView
404 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
422 mHeight = myHeight;
471 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java61 private int mHeight = -1; field in class:Bitmap
747 return mHeight == -1 ? mHeight = nativeHeight(mNativeBitmap) : mHeight;
/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h168 uint32_t mHeight; member in class:android::ScreenshotClient
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp94 int DisplayHardware::getHeight() const { return mHeight; }
211 eglQuerySurface(display, surface, EGL_HEIGHT, &mHeight);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1202 mHeight = 0;
1384 h = mHeight;
1415 + " mHeight: " + mHeight
1492 && (mWidth > 0) && (mHeight > 0)
1598 mHeight = h;
1666 private int mHeight; field in class:GLSurfaceView.GLThread
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java145 int mHeight; field in class:WallpaperService.Engine
498 out.print(" mHeight="); out.print(mHeight);
553 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
565 mHeight = myHeight;
610 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java866 return mGradientState.mHeight;
904 public int mHeight = -1; field in class:GradientDrawable.GradientState
950 mHeight = state.mHeight;
1025 mHeight = height;

Completed in 1173 milliseconds

1234