/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldRS.java | 39 private int mHeight; 58 mHeight = height; 113 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamRS.java | 38 int mHeight; 65 mHeight = height; 128 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 147 final int mHeight; 154 mHeight = height; 162 out.writeInt(mHeight);
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderer.java | 66 private int mHeight; 257 mHeight = height;
|
GLSurfaceViewCustom.java | [all...] |
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 142 private final int mHeight; 150 mHeight = bitmap.getHeight(); 152 setBounds(0, 0, mWidth, mHeight); 171 mDrawTop = top + (bottom-top - mHeight) / 2; 201 return mHeight; 211 return mHeight; [all...] |
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 161 int mHeight = -1; 440 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; 458 mHeight = myHeight; 510 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |
GLES20Canvas.java | 60 private int mHeight; 217 return mHeight; 247 mHeight = height; [all...] |
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 105 private int mHeight; 746 return mHeight; 761 mHeight = height; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 74 private int mHeight; 115 mHeight = height; 137 mHeight = height; 222 mHeight = height; [all...] |
/frameworks/base/libs/hwui/ |
DisplayList.h | 359 mHeight = mBottom - mTop; 387 mHeight = mBottom - mTop; 403 mHeight = mBottom - mTop; 417 mHeight = mBottom - mTop; 453 return mHeight; 518 int mWidth, mHeight;
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaImageItem.java | 65 private final int mHeight; 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; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 59 private int mHeight; 245 mHeight = h; 273 int height = mHeight - pt - pb; 345 final float y = (mHeight + mWarningTextHeight) * 0.48f; 355 final float y = (mHeight + mTextHeight) * 0.47f;
|
/frameworks/base/services/java/com/android/server/display/ |
WifiDisplayAdapter.java | 683 private final int mHeight; 697 mHeight = height; 730 mInfo.height = mHeight; 736 mInfo.setAssumedDensityForExternalDisplay(mWidth, mHeight);
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 35 int mHeight; 43 mHeight = mRS.getHeight(); 54 mHeight = mRS.getHeight(); 57 proj.loadOrthoWindow(mWidth, mHeight); 215 proj.loadOrthoWindow(mWidth, mHeight);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 70 int mHeight;
|
/hardware/libhardware/tests/camera2/ |
CameraMultiStreamTests.cpp | 178 mHeight(height) { 205 mWidth, mHeight, mFormat, /*size (for jpegs)*/0, 233 int mHeight;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalMediaData.java | 66 protected final int mHeight; 94 mHeight = height; 127 return mHeight; 265 mediaDetails.addDetail(MediaDetails.INDEX_HEIGHT, mHeight); 400 + "," + mWidth + "x" + mHeight + ",orientation=" + mOrientation 497 if (mWidth > mDecodeWidth || mHeight > mDecodeHeight) { 498 int heightRatio = Math.round((float) mHeight / (float) mDecodeHeight); 522 (decodedWidth != mWidth || decodedHeight != mHeight)) { 687 + "," + mWidth + "x" + mHeight + ",date=" + new Date(mDateTakenInSeconds); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecodeEditEncodeTest.java | 82 private int mHeight = -1; 145 mHeight = height; 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); 372 startY = mHeight / 2; 382 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2); 397 if (VERBOSE) Log.d(TAG, "editVideoFile " + mWidth + "x" + mHeight); 409 MediaFormat outputFormat = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); [all...] |
EncodeDecodeTest.java | 73 private int mHeight = -1; 213 mHeight = height; 245 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); 308 MediaFormat format = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); 319 outputSurface = new OutputSurface(mWidth, mHeight); 324 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); 454 byte[] frameData = new byte[mWidth * mHeight * 3 / 2]; 464 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; 475 outputSurface = new OutputSurface(mWidth, mHeight); 572 MediaFormat.createVideoFormat(MIME_TYPE, mWidth, mHeight); [all...] |
ExtractDecodeEditEncodeMuxTest.java | 101 private int mHeight = -1; 200 mHeight = height; 225 assertTrue("should have called setSize() first", mHeight != -1); 231 sb.append(mHeight); 288 MediaFormat.createVideoFormat(OUTPUT_VIDEO_MIME_TYPE, mWidth, mHeight); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 144 int mHeight; 515 out.print(" mHeight="); out.print(mHeight); 572 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; 585 mHeight = myHeight; 630 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight, [all...] |
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 342 private int mHeight = 0; 439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight, 477 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height); 479 mStartY = video_height / mHeight / 2 * mHeight; 482 + "size " + mWidth + "x" + mHeight); 484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL; 497 prop.setProperty("height", Integer.toString(mHeight));
|
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | [all...] |