Searched defs:mDisplayWidth (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/private/media/
H A DVideoFrame.h91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {}
96 mDisplayWidth = copy.mDisplayWidth;
119 uint32_t mDisplayWidth; member in class:android::VideoFrame
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h124 return Rect(mDisplayWidth, mDisplayHeight);
170 int mDisplayWidth; member in class:android::DisplayDevice
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java79 private int mDisplayWidth; // real width, not rotated field in class:ElectronBeam
138 mDisplayWidth = mDisplayInfo.logicalHeight;
141 mDisplayWidth = mDisplayInfo.logicalWidth;
286 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ar);
291 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ag);
296 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ab);
336 setHStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ag);
377 Bitmap bitmap = Surface.screenshot(mDisplayWidth, mDisplayHeight,
406 int tw = nextPowerOfTwo(mDisplayWidth);
421 u = (float)mDisplayWidth / t
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h148 int32_t mDisplayWidth; member in struct:android::PreviewPlayer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h178 int32_t mDisplayWidth; member in struct:android::AwesomePlayer
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java127 private int mDisplayWidth; field in class:Keyboard
193 parent.mDisplayWidth, parent.mDefaultWidth);
199 parent.mDisplayWidth, parent.mDefaultHorizontalGap);
341 keyboard.mDisplayWidth, parent.defaultWidth);
347 keyboard.mDisplayWidth, parent.defaultHorizontalGap);
523 mDisplayWidth = width;
527 mDefaultWidth = mDisplayWidth / 10;
545 mDisplayWidth = dm.widthPixels;
550 mDefaultWidth = mDisplayWidth / 10;
591 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) {
[all...]

Completed in 100 milliseconds