Searched refs:mDefaultWidth (Results 1 - 7 of 7) 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/libs/gui/
H A DBufferQueue.cpp68 mDefaultWidth(1),
211 value = mDefaultWidth;
372 w = mDefaultWidth;
581 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
650 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
735 prefix, maxBufferCount, mSynchronousMode, mDefaultWidth,
962 mDefaultWidth = w;
H A DGLConsumer.cpp88 mDefaultWidth(1),
116 mDefaultWidth = w;
728 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
729 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
731 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
732 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
H A DSurface.cpp67 mDefaultWidth = 0;
287 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
321 *value = mUserWidth ? mUserWidth : mDefaultWidth;
492 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
/frameworks/native/include/gui/
H A DGLConsumer.h341 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h209 // mDefaultWidth is default width of the buffers, regardless of the
211 uint32_t mDefaultWidth; member in class:android::Surface
218 // of mDefaultWidth. This is lower priority than the width set by
H A DBufferQueue.h540 // mDefaultWidth holds the default width of allocated buffers. It is used
542 uint32_t mDefaultWidth; member in class:android::BufferQueue

Completed in 133 milliseconds