HomeSort by relevance Sort by last modified time
    Searched defs:mHeight (Results 151 - 167 of 167) sorted by null

1 2 3 4 5 67

  /frameworks/base/core/java/android/view/
GLES20Canvas.java 59 private int mHeight;
196 return mHeight;
226 mHeight = height;
    [all...]
HardwareRenderer.java 627 int mWidth = -1, mHeight = -1;
    [all...]
ViewRootImpl.java 196 int mHeight;
356 mHeight = -1;
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 317 mHeight = mBottom - mTop;
337 mHeight = mBottom - mTop;
349 mHeight = mBottom - mTop;
363 mHeight = mBottom - mTop;
399 return mHeight;
522 int mWidth, mHeight;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 337 private int mHeight = 0;
434 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight,
472 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height);
474 mStartY = video_height / mHeight / 2 * mHeight;
477 + "size " + mWidth + "x" + mHeight);
479 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
492 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 50 int mWidth, mHeight;
132 pw.print(" mHeight="); pw.println(mHeight);
203 mHeight = originalWidth;
206 mHeight = originalHeight;
223 mWidth, mHeight,
227 mWidth, mHeight,
277 float[] srcPnts = new float[] { 0, 0, mWidth, mHeight };
317 createRotationMatrix(delta, mWidth, mHeight, mSnapshotInitialMatrix);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 407 private int mHeight;
500 int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.rowsPort;
502 mSlotHeight = Math.max(1, (mHeight - (rows - 1) * mSlotGap) / rows);
512 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding);
516 initLayoutParameters(mHeight, mWidth, mSlotHeight, mSlotWidth, padding);
525 mHeight = height;
542 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
614 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 100 public final int mHeight;
187 mHeight = height - params.mVerticalGap;
228 mHeight = keyHeight - params.mVerticalGap;
391 key.mHeight,
418 && o.mHeight == mHeight
456 Keyboard.printableCode(mCode), label, mX, mY, mWidth, mHeight, mHintLabel,
727 final int bottom = top + mHeight;
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]
  /frameworks/wilhelm/src/
itfstruct.h 154 SLmillimeter mHeight;
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 262 mHeight(0),
282 mHeight(frame.mHeight),
299 unsigned int mWidth, mHeight;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 315 OMX_U32 mHeight;
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
WebViewClassic.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]

Completed in 1248 milliseconds

1 2 3 4 5 67