HomeSort by relevance Sort by last modified time
    Searched defs:mHeight (Results 201 - 225 of 240) sorted by null

1 2 3 4 5 6 7 8910

  /frameworks/base/core/java/android/app/
WallpaperManager.java 144 private final int mHeight;
152 mHeight = bitmap.getHeight();
154 setBounds(0, 0, mWidth, mHeight);
173 mDrawTop = top + (bottom-top - mHeight) / 2;
203 return mHeight;
213 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 73 private int mHeight;
114 mHeight = height;
136 mHeight = height;
221 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;
DessertCaseView.java 122 private int mWidth, mHeight;
226 if (mWidth == w && mHeight == h) return;
234 mHeight = h;
240 mRows = mHeight / mCellSize;
250 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 655 private final int mHeight;
669 mHeight = height;
702 mInfo.height = mHeight;
708 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...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [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...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 53 int mWidth, mHeight;
137 pw.print(" mHeight="); pw.println(mHeight);
226 mHeight = originalWidth;
229 mHeight = originalHeight;
246 mWidth, mHeight,
252 mWidth, mHeight,
310 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
350 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 251 private int mHeight;
611 mHeight = getHeight();
612 mUpperScrollBound = Math.min(y - mTouchSlop, mHeight / 5);
613 mLowerScrollBound = Math.max(y + mTouchSlop, mHeight * 4 / 5);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 408 private int mHeight;
501 int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.rowsPort;
503 mSlotHeight = Math.max(1, (mHeight - (rows - 1) * mSlotGap) / rows);
513 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding);
517 initLayoutParameters(mHeight, mWidth, mSlotHeight, mSlotWidth, padding);
526 mHeight = height;
543 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
615 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;

Completed in 840 milliseconds

1 2 3 4 5 6 7 8910