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;
934 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
935 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
937 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
938 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
H A DBufferQueueProducer.cpp389 width = mCore->mDefaultWidth;
903 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
1025 value = static_cast<int32_t>(mCore->mDefaultWidth);
1111 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
1264 allocWidth = width > 0 ? width : mCore->mDefaultWidth;
1291 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth;
H A DBufferQueueCore.cpp72 mDefaultWidth(1),
134 mDequeueBufferCannotBlock, mAsyncMode, mDefaultWidth,
H A DSurface.cpp79 mDefaultWidth = 0;
512 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
563 mUserWidth ? mUserWidth : mDefaultWidth);
824 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
H A DBufferQueueConsumer.cpp565 mCore->mDefaultWidth = width;
/frameworks/native/include/gui/
H A DBufferQueueCore.h230 // mDefaultWidth holds the default width of allocated buffers. It is used
232 uint32_t mDefaultWidth; member in class:android::BufferQueueCore
H A DGLConsumer.h414 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h307 // mDefaultWidth is default width of the buffers, regardless of the
309 uint32_t mDefaultWidth; member in class:android::Surface
316 // of mDefaultWidth. This is lower priority than the width set by

Completed in 104 milliseconds