Searched defs:mDefaultWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceTexture.h316 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::SurfaceTexture
H A DSurfaceTextureClient.h181 // mDefaultWidth is default width of the buffers, regardless of the
183 uint32_t mDefaultWidth; member in class:android::SurfaceTextureClient
190 // of mDefaultWidth. This is lower priority than the width set by
H A DBufferQueue.h450 // mDefaultWidth holds the default width of allocated buffers. It is used
452 uint32_t mDefaultWidth; member in class:android::BufferQueue
/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...]

Completed in 71 milliseconds