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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java89 private int mDefaultWidth; field in class:Keyboard
194 parent.mDisplayWidth, parent.mDefaultWidth);
540 mDefaultWidth = mDisplayWidth / 10;
542 mDefaultHeight = mDefaultWidth;
563 mDefaultWidth = mDisplayWidth / 10;
565 mDefaultHeight = mDefaultWidth;
596 row.defaultWidth = mDefaultWidth;
604 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) {
690 return mDefaultWidth;
694 mDefaultWidth
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp161 mDefaultWidth(1),
189 mDefaultWidth(1),
215 mDefaultWidth = w;
933 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
934 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
936 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
937 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
H A DBufferQueueCore.cpp72 mDefaultWidth(1),
134 mDequeueBufferCannotBlock, mAsyncMode, mDefaultWidth,
H A DBufferQueueProducer.cpp388 width = mCore->mDefaultWidth;
897 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
1017 value = static_cast<int32_t>(mCore->mDefaultWidth);
1103 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
1246 allocWidth = width > 0 ? width : mCore->mDefaultWidth;
1272 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth;
H A DSurface.cpp78 mDefaultWidth = 0;
473 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
524 mUserWidth ? mUserWidth : mDefaultWidth);
754 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
H A DBufferQueueConsumer.cpp564 mCore->mDefaultWidth = width;
/frameworks/native/include/gui/
H A DBufferQueueCore.h222 // mDefaultWidth holds the default width of allocated buffers. It is used
224 uint32_t mDefaultWidth; member in class:android::BufferQueueCore
H A DGLConsumer.h414 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h297 // mDefaultWidth is default width of the buffers, regardless of the
299 uint32_t mDefaultWidth; member in class:android::Surface
306 // of mDefaultWidth. This is lower priority than the width set by

Completed in 121 milliseconds