Searched refs:mWidth (Results 101 - 125 of 130) sorted by relevance

123456

/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java34 int mWidth; field in class:RsRenderStatesRS
42 mWidth = mRS.getWidth();
53 mWidth = mRS.getWidth();
57 proj.loadOrthoWindow(mWidth, mHeight);
215 proj.loadOrthoWindow(mWidth, mHeight);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java755 int mWidth = 64;
766 final int [] framingBuffer = new int[mWidth];
775 intBuffer.put(framingBuffer,0,mWidth);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp266 mWidth = w;
333 const GLint xc = (mWidth - mAndroid[0].w) / 2;
489 const int xc = (mWidth - animation.width) / 2;
494 Region clearReg(Rect(mWidth, mHeight));
/frameworks/base/core/java/android/view/
H A DSurfaceView.java159 int mWidth = -1; field in class:SurfaceView
440 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
457 mWidth = myWidth;
509 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
H A DViewRootImpl.java181 int mWidth; field in class:ViewRootImpl
346 mWidth = -1;
849 mDirty.set(0, 0, mWidth, mHeight);
905 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
935 return r.intersect(0, 0, mWidth, mHeight);
1105 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1216 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1355 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1357 frame.width() < desiredWindowWidth && frame.width() != mWidth)
1425 if (mWidth >
[all...]
H A DHardwareRenderer.java769 int mWidth = -1, mHeight = -1; field in class:HardwareRenderer.GlRenderer
1282 mWidth = width;
1289 return mWidth;
1430 if (size[1] != mHeight || size[0] != mWidth) {
1431 mWidth = size[0];
1434 canvas.setViewport(mWidth, mHeight);
H A DGLES20Canvas.java58 private int mWidth; field in class:GLES20Canvas
199 return mWidth;
233 mWidth = width;
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java61 private int mWidth = -1; field in class:Bitmap
917 return mWidth == -1 ? mWidth = nativeWidth(mNativeBitmap) : mWidth;
/frameworks/base/libs/hwui/
H A DDisplayList.cpp252 mWidth = 0;
300 if (mWidth != mPrevWidth || mHeight != mPrevHeight) {
301 mPrevWidth = mWidth;
504 if (mClipToBounds && renderer.quickRejectNoScissor(0, 0, mWidth, mHeight)) {
H A DPathCache.cpp489 entry.shape.roundRect.mWidth = width;
534 entry.shape.oval.mWidth = width;
557 entry.shape.rect.mWidth = width;
581 entry.shape.arc.mWidth = width;
H A DDisplayListRenderer.cpp120 mWidth = width;
130 mSnapshot->setClip(0.0f, 0.0f, mWidth, mHeight);
H A DOpenGLRenderer.h989 int mWidth, mHeight; member in class:android::uirenderer::OpenGLRenderer
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java576 private final int mWidth; field in class:WifiDisplayAdapter.WifiDisplayDevice
590 mWidth = width;
618 mInfo.width = mWidth;
625 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java46 int mWidth; field in class:RsBenchRS
60 mWidth = width;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1225 mWidth = 0;
1423 w = mWidth;
1453 + " mWidth: " + mWidth
1572 && (mWidth > 0) && (mHeight > 0)
1680 mWidth = w;
1750 private int mWidth; field in class:GLSurfaceView.GLThread
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java143 int mWidth; field in class:WallpaperService.Engine
513 out.print(prefix); out.print("mWidth="); out.print(mWidth);
572 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
584 mWidth = myWidth;
630 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1048 return mGradientState.mWidth;
1090 public int mWidth = -1; field in class:GradientDrawable.GradientState
1132 mWidth = state.mWidth;
1255 mWidth = width;
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java100 private int mWidth; field in class:PopupWindow
769 return mWidth;
784 mWidth = width;
1021 p.width = mLastWidth = mWidth;
/frameworks/rs/
H A DrsContext.cpp622 mWidth = w;
625 if (mWidth && mHeight) {
640 return mWidth;
768 ALOGE(" RS width %i, height %i", mWidth, mHeight);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java439 private int mWidth; field in class:MediaScanner.MyMediaScannerClient
510 mWidth = 0;
645 mWidth = parseSubstring(value, 0, 0);
738 mWidth = mBitmapOptions.outWidth;
774 if (mWidth > 0 && mHeight > 0) {
775 map.put(MediaStore.MediaColumns.WIDTH, mWidth);
777 resolution = mWidth + "x" + mHeight;
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2071 int w = data.mWidth;
2671 data.mWidth = mWebViewClassic.mLastWidthSent;
2674 // true. It is safe to use mWidth for mTextWrapWidth.
2675 data.mTextWrapWidth = data.mWidth;
2734 data.mWidth = Math.round(webViewWidth / data.mScale);
2742 : Math.round((float) mCurrentViewHeight * data.mWidth / viewportWidth);
2994 int mWidth; field in class:WebViewCore.ShowRectData
3011 data.mWidth = width;
/frameworks/wilhelm/src/
H A Ditfstruct.h153 SLmillimeter mWidth; member in struct:__anon1662::__anon1663
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java135 e.mWidth = ellipsizedWidth;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java69 int mWidth; field in class:SceneManager
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2700 private int mWidth; field in class:EditStyledText.EditStyledTextSpans.HorizontalLineDrawable
2706 mWidth = width;
2714 Rect rect = new Rect(0, 9, mWidth, 11);
2727 mWidth = width;

Completed in 669 milliseconds

123456