Searched refs:mWidth (Results 126 - 150 of 150) sorted by relevance

123456

/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java682 private final int mWidth; field in class:WifiDisplayAdapter.WifiDisplayDevice
696 mWidth = width;
729 mInfo.width = mWidth;
736 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/core/java/android/app/
H A DWallpaperManager.java143 private final int mWidth; field in class:WallpaperManager.FastBitmapDrawable
151 mWidth = bitmap.getWidth();
154 setBounds(0, 0, mWidth, mHeight);
172 mDrawLeft = left + (right-left - mWidth) / 2;
198 return mWidth;
208 return mWidth;
/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/view/
H A DViewRootImpl.java178 int mWidth; field in class:ViewRootImpl
349 mWidth = -1;
836 mDirty.set(0, 0, mWidth, mHeight);
893 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
925 return r.intersect(0, 0, mWidth, mHeight);
1114 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1226 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1366 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1368 frame.width() < desiredWindowWidth && frame.width() != mWidth)
1440 if (mWidth >
[all...]
H A DGLES20Canvas.java59 private int mWidth; field in class:GLES20Canvas
212 return mWidth;
246 mWidth = width;
H A DAccessibilityInteractionController.java671 visibleWinFrame.right = (int) (visibleWinFrame.left + mViewRootImpl.mWidth * scale);
/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.java1051 return mGradientState.mWidth;
1093 public int mWidth = -1; field in class:GradientDrawable.GradientState
1135 mWidth = state.mWidth;
1258 mWidth = width;
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java102 private int mWidth; field in class:PopupWindow
772 return mWidth;
787 mWidth = width;
1047 p.width = mLastWidth = mWidth;
H A DFastScroller.java136 private final int mWidth; field in class:FastScroller
294 mWidth = width;
441 return mWidth;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java147 private int mWidth; field in class:GLES20Canvas
347 mWidth = width;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
986 GLES20.glViewport(0, 0, mWidth, mHeight);
/frameworks/rs/
H A DrsContext.cpp630 mWidth = w;
633 if (mWidth && mHeight) {
648 return mWidth;
776 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;
H A DWebVttRenderer.java345 float mWidth; field in class:TextTrackRegion
353 mWidth = 100;
362 .append("\", width:").append(mWidth)
723 region.mWidth = parseFloatPercentage(value);
1546 final int width = (int) region.mWidth;
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp125 mWidth = width;
135 mSnapshot->setClip(0.0f, 0.0f, mWidth, mHeight);
H A DOpenGLRenderer.cpp185 mWidth = width;
214 glViewport(0, 0, mWidth, mHeight);
230 return prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
257 left <= 0.0f && top <= 0.0f && right >= mWidth && bottom >= mHeight) {
559 size_t count = mWidth * mHeight;
561 glReadPixels(0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, &buffer[0]);
1489 mSnapshot->setClip(0, 0, mWidth, mHeight);
1703 clip.setRect(0, 0, mWidth, mHeight);
H A DOpenGLRenderer.h1053 int mWidth, mHeight; member in class:android::uirenderer::OpenGLRenderer
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp95 void setBufferWidth(int width) { mWidth = width; }
96 int getBufferWidth() { return mWidth; }
111 int mWidth; member in class:JNIImageReaderContext
/frameworks/wilhelm/src/
H A Ditfstruct.h153 SLmillimeter mWidth; member in struct:__anon1717::__anon1718
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java135 e.mWidth = ellipsizedWidth;
H A DStaticLayout.java123 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;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp854 frame->mWidth, frame->mHeight), 0);

Completed in 744 milliseconds

123456