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

/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/native/include/gui/
H A DBufferQueueCore.h204 // mDefaultWidth holds the default width of allocated buffers. It is used
206 int mDefaultWidth; member in class:android::BufferQueueCore
H A DGLConsumer.h396 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h243 // mDefaultWidth is default width of the buffers, regardless of the
245 uint32_t mDefaultWidth; member in class:android::Surface
252 // of mDefaultWidth. This is lower priority than the width set by
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp61 mDefaultWidth(1),
101 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat, mTransformHint,
H A DGLConsumer.cpp127 mDefaultWidth(1),
154 mDefaultWidth(1),
182 mDefaultWidth = w;
878 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
879 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
881 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
882 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
H A DBufferQueueProducer.cpp304 width = mCore->mDefaultWidth;
649 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
739 value = mCore->mDefaultWidth;
804 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight,
945 allocWidth = width > 0 ? width : mCore->mDefaultWidth;
971 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth;
H A DSurface.cpp71 mDefaultWidth = 0;
329 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
368 *value = mUserWidth ? mUserWidth : mDefaultWidth;
558 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint,
H A DBufferQueueConsumer.cpp434 mCore->mDefaultWidth = width;

Completed in 166 milliseconds