Searched refs:mDefaultWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/
H A DSurfaceMediaSource.cpp38 mDefaultWidth(bufW),
173 // the getFormat() returns mDefaultWidth/ Height for the OMX. It is
180 // TODO: Currently just uses mDefaultWidth/Height. In the future
183 if ((w != mDefaultWidth) || (h != mDefaultHeight)) {
185 mDefaultWidth, mDefaultHeight, w, h);
319 w = mDefaultWidth;
405 *outWidth = mDefaultWidth;
463 *outWidth = mDefaultWidth;
608 value = mDefaultWidth;
609 if (!mDefaultWidth
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java88 private int mDefaultWidth; field in class:Keyboard
193 parent.mDisplayWidth, parent.mDefaultWidth);
527 mDefaultWidth = mDisplayWidth / 10;
529 mDefaultHeight = mDefaultWidth;
550 mDefaultWidth = mDisplayWidth / 10;
552 mDefaultHeight = mDefaultWidth;
583 row.defaultWidth = mDefaultWidth;
591 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) {
677 return mDefaultWidth;
681 mDefaultWidth
[all...]
/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp119 mDefaultWidth(1),
254 mDefaultWidth = w;
432 w = mDefaultWidth;
602 *outWidth = mDefaultWidth;
683 *outWidth = mDefaultWidth;
1097 value = mDefaultWidth;
1142 prefix, mBufferCount, mSynchronousMode, mDefaultWidth,
H A DSurfaceTextureClient.cpp63 mDefaultWidth = 0;
229 &mDefaultWidth, &mDefaultHeight, &mTransformHint);
262 *value = mDefaultWidth;
408 &mDefaultWidth, &mDefaultHeight, &mTransformHint);
/frameworks/base/include/gui/
H A DSurfaceTexture.h373 // mDefaultWidth holds the default width of allocated buffers. It is used
375 uint32_t mDefaultWidth; member in class:android::SurfaceTexture
H A DSurfaceTextureClient.h139 // mDefaultWidth is default width of the window, regardless of the
141 uint32_t mDefaultWidth; member in class:android::SurfaceTextureClient
/frameworks/base/include/media/stagefright/
H A DSurfaceMediaSource.h258 // mDefaultWidth holds the default width of allocated buffers. It is used
260 uint32_t mDefaultWidth; member in class:android::SurfaceMediaSource

Completed in 147 milliseconds