HomeSort by relevance Sort by last modified time
    Searched defs:mDisplayWidth (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/media/libstagefrighthw/
QComHardwareRenderer.h 43 size_t mDisplayWidth, mDisplayHeight;
  /frameworks/base/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
96 mDisplayWidth = copy.mDisplayWidth;
119 uint32_t mDisplayWidth;
  /frameworks/base/media/libstagefright/include/
SoftwareRenderer.h 51 size_t mDisplayWidth, mDisplayHeight;
  /hardware/msm7k/libstagefrighthw/
QComHardwareRenderer.h 44 size_t mDisplayWidth, mDisplayHeight;
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.h 49 size_t mDisplayWidth, mDisplayHeight;
  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.h 55 size_t mDisplayWidth, mDisplayHeight;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 162 float mDisplayWidth;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 127 private int mDisplayWidth;
188 parent.mDisplayWidth, parent.mDefaultWidth);
194 parent.mDisplayWidth, parent.mDefaultHorizontalGap);
336 keyboard.mDisplayWidth, parent.defaultWidth);
342 keyboard.mDisplayWidth, parent.defaultHorizontalGap);
517 mDisplayWidth = dm.widthPixels;
522 mDefaultWidth = mDisplayWidth / 10;
563 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) {
790 mDisplayWidth, mDisplayWidth / 10)
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 245 int32_t mDisplayWidth, mDisplayHeight;
272 mDisplayWidth(-1), mDisplayHeight(-1), mDisplayOrientation(ROTATION_0) {
309 mDisplayWidth = width;
411 if (mDisplayWidth > 0) {
413 *width = mDisplayWidth;
    [all...]

Completed in 999 milliseconds