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

1 2 3 4 5 6 7 8 910

  /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;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 100 private final int mHeight;
202 mHeight = height - params.mVerticalGap;
240 mHeight = rowHeight - params.mVerticalGap;
397 mHeight = key.mHeight;
431 key.mHeight,
458 && o.mHeight == mHeight
496 Constants.printableCode(mCode), label, mX, mY, mWidth, mHeight, mHintLabel,
772 return mHeight;
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 120 private int mHeight;
429 mHeight = bottom - top;
432 mLongSide = (int) (mImageRatio * Math.max(mWidth, mHeight));
433 mShortSide = (int) (mImageRatio * Math.min(mWidth, mHeight));
435 boolean isLandscape = mWidth > mHeight;
529 photo.setY((mHeight - height) / 2);
774 mHeight + mLongSide / 2f };
843 mWidth, mHeight);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 160 private int mHeight;
319 return mWidth * mHeight;
765 return (int) (mHeight * mScale * RenderPreviewManager.getScale());
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 148 private int mHeight;
348 mHeight = height;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 154 SLmillimeter mHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 148 private int mHeight;
348 mHeight = height;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 148 private int mHeight;
348 mHeight = height;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 589 private int mHeight;
629 mHeight = h;
761 Log.i(TAG, "initGl w:" + mWidth + " h:" + mHeight);
762 GLES20.glViewport(0, 0, mWidth, mHeight);
765 // max window is from (0,0) to (mWidth - 1, mHeight - 1)
767 float hMid = mHeight / 2f;
777 mTopWindow = new GlWindow(this, 0, 0, mWidth, mHeight);
780 mTopWindow.getSurface(), mWidth, mHeight, mNumWindows);
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 833 int mWidth = -1, mHeight = -1;
    [all...]
ViewRootImpl.java 179 int mHeight;
348 mHeight = -1;
    [all...]
  /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...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
traceview.jar 

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 910