/frameworks/base/core/java/android/widget/ |
CalendarView.java | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain9.cpp | 26 mWidth = -1; 172 mWidth, mHeight 271 mWidth = backbufferWidth; 320 D3DVIEWPORT9 viewport = {0, 0, mWidth, mHeight, 0.0f, 1.0f}; 328 float u1 = x / float(mWidth); 330 float u2 = (x + width) / float(mWidth);
|
/frameworks/base/libs/hwui/ |
DisplayList.h | 345 mWidth = mRight - mLeft; 373 mWidth = mRight - mLeft; 402 mWidth = mRight - mLeft; 416 mWidth = mRight - mLeft; 449 return mWidth; 518 int mWidth, mHeight;
|
RenderBufferCache.cpp | 82 int deltaInt = int(lhs.mWidth) - int(rhs.mWidth);
|
PathCache.h | 122 float mWidth; 131 float mWidth; 135 float mWidth; 139 float mWidth;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
CameraSource.java | 59 private int mWidth = 320; 127 mOutputFormat = ImageFormat.create(mWidth, mHeight, 261 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters); 262 mWidth = closestSize[0]; 264 mCameraParameters.setPreviewSize(mWidth, mHeight); 276 params.setPreviewSize(mWidth, mHeight);
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayWindow.java | 63 private final int mWidth; 100 mWidth = width; 108 mName, mWidth, mHeight, mDensityDpi); 191 mTextureView.getLayoutParams().width = mWidth; 233 scale = Math.min(scale, (float)mDefaultDisplayInfo.logicalWidth / mWidth); 238 int width = (int)(mWidth * scale);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
ProjectPickerAdapter.java | 246 private int mWidth; 258 mWidth = width; 276 mWidth, 280 final Bitmap bitmap = Bitmap.createBitmap(mWidth, mHeight, 287 (mWidth - previewBitmap.getWidth()) / 2, 303 result = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888);
|
/frameworks/rs/driver/ |
rsdFrameBufferObj.cpp | 31 mWidth = 0; 148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
|
/packages/apps/Browser/src/com/android/browser/view/ |
BasePieView.java | 41 protected int mWidth; 137 if ((evtx < mLeft) || (evtx >= mLeft + mWidth)
|
/cts/tests/tests/media/src/android/media/cts/ |
DecodeEditEncodeTest.java | 81 private int mWidth = -1; 144 mWidth = width; 164 String fileName = "vedit1_" + mWidth + "x" + mHeight + ".mp4"; 172 String fileName = "vedit2_" + mWidth + "x" + mHeight + ".mp4"; 186 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight); 201 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); 371 startX = frameIndex * (mWidth / 4); 374 startX = (7 - frameIndex) * (mWidth / 4); 382 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2); 397 if (VERBOSE) Log.d(TAG, "editVideoFile " + mWidth + "x" + mHeight) [all...] |
IvfReader.java | 41 private int mWidth; 80 return mWidth; 150 mWidth = (int) changeEndianness(mIvfFile.readShort());
|
IvfWriter.java | 31 private int mWidth; 54 mWidth = width; 82 mOutputFile.write(makeIvfHeader(mFrameCount, mWidth, mHeight, mScale, mRate));
|
RemoteVirtualDisplayService.java | 111 private int mWidth; 120 mWidth = w; 130 TAG, mWidth, mHeight, 200, mSurface, 0);
|
/frameworks/av/include/media/stagefright/ |
ColorConverter.h | 58 size_t mWidth, mHeight;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.cpp | 61 mPictureSize(mWidth * mHeight * 3 / 2), 219 if (mWidth != info->picWidth || mHeight != info->picHeight) { 220 mWidth = info->picWidth; 222 mPictureSize = mWidth * mHeight * 3 / 2;
|
/frameworks/av/media/libstagefright/include/ |
SoftVideoDecoderOMXComponent.h | 73 uint32_t mWidth, mHeight;
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.h | 207 uint32_t getWidth() const { return mWidth; } 227 uint32_t mWidth; 292 uint32_t getWidth() const { return mWidth; } 321 uint32_t mWidth;
|
/frameworks/base/core/java/android/view/ |
GraphicBuffer.java | 54 private final int mWidth; 91 mWidth = width; 102 return mWidth; 260 dest.writeInt(mWidth);
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 58 private int mWidth; 104 mWidth = width; 124 Rect wholeImage = new Rect(0, 0, mWidth, mHeight); 172 return mWidth;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
Camera2Source.java | 63 private int mWidth = 640; 168 yuvBuilder.setX(mWidth); 176 mBitmap = Bitmap.createBitmap(mWidth, mHeight, Bitmap.Config.ARGB_8888); 219 mWidth, mHeight
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppRS.java | 42 int mWidth; 98 mWidth = width; 105 mSceneManager.initRS(mRS, mRes, mWidth, mHeight); 110 FullscreenBlur.createRenderTargets(mRS, mWidth, mHeight);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
UriImage.java | 55 private int mWidth; 177 mWidth = decoder.getWidth(); 253 if (mWidth != 0 && mHeight != 0) { 254 details.addDetail(MediaDetails.INDEX_WIDTH, mWidth);
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.cpp | 120 if (!eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &mWidth) 230 glViewport(0, 0, mWidth, mHeight); 251 glViewport(0, 0, mWidth, mHeight);
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 28 private int mWidth; 44 mWidth = width; 189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth);
|