HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 176 - 198 of 198) sorted by null

1 2 3 4 5 6 78

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 525 final int bgHeight = key.mHeight + params.mPadding.top + params.mPadding.bottom;
545 final int keyHeight = key.mHeight;
    [all...]
LatinKeyboard.java 264 final int height = mSpaceIcon != null ? mSpaceIcon.getIntrinsicHeight() : mSpaceKey.mHeight;
  /frameworks/base/media/java/android/media/
MediaScanner.java 438 private int mHeight;
515 mHeight = 0;
678 mHeight = mBitmapOptions.outHeight;
712 if (mWidth > 0 && mHeight > 0) {
714 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 58 private int mHeight;
175 return mHeight;
198 mHeight = height;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 137 int mHeight;
SurfaceFlinger.cpp     [all...]
  /system/media/wilhelm/src/
itfstruct.h 154 SLmillimeter mHeight;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 56 int mHeight;
70 mHeight = height;
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp     [all...]
CameraHal.cpp     [all...]
BaseCameraAdapter.cpp 880 ret = getFrameSize(frame->mWidth, frame->mHeight);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
WebView.java     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.h 150 unsigned int mHeight;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 148 mHeight = height;
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp     [all...]
OpenGLRenderer.cpp 139 mHeight = height;
148 prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
160 glViewport(0, 0, mWidth, mHeight);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/base/cmds/stagefright/
stagefright.cpp 794 SkBitmap::kRGB_565_Config, frame->mWidth, frame->mHeight);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 312 OMX_U32 mHeight;
    [all...]

Completed in 686 milliseconds

1 2 3 4 5 6 78