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

1 2 3 4 5 6 7 8 910

  /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...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 268 private int mHeight;
309 mHeight = h;
433 Log.i(TAG, "initGl w:" + mWidth + " h:" + mHeight);
434 GLES20.glViewport(0, 0, mWidth, mHeight);
437 // max window is from (0,0) to (mWidth - 1, mHeight - 1)
439 float hMid = mHeight / 2f;
451 GlWindow window = new GlWindow(this, i * windowWidth, 0, windowWidth, mHeight);
557 private int mHeight;
577 mHeight = h;
617 mSurfaceTexture.setDefaultBufferSize(mWidth, mHeight);
    [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/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 148 private int mHeight;
348 mHeight = height;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 833 int mWidth = -1, mHeight = -1;
    [all...]
ViewRootImpl.java 177 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 1795 milliseconds

1 2 3 4 5 6 7 8 910