Searched refs:mDefaultWidth (Results 1 - 14 of 14) 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/include/gui/
H A DBufferQueueCore.h232 // mDefaultWidth holds the default width of allocated buffers. It is used
234 uint32_t mDefaultWidth; member in class:android::BufferQueueCore
H A DGLConsumer.h420 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h370 // mDefaultWidth is default width of the buffers, regardless of the
372 uint32_t mDefaultWidth; member in class:android::Surface
379 // of mDefaultWidth. This is lower priority than the width set by
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h232 // mDefaultWidth holds the default width of allocated buffers. It is used
234 uint32_t mDefaultWidth; member in class:android::BufferQueueCore
H A DGLConsumer.h420 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h370 // mDefaultWidth is default width of the buffers, regardless of the
372 uint32_t mDefaultWidth; member in class:android::Surface
379 // of mDefaultWidth. This is lower priority than the width set by
/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.cpp73 mDefaultWidth(1),
93 mDefaultWidth = w;
494 ? GLConsumer::scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight)
H A DBufferLayerConsumer.h348 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::BufferLayerConsumer
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp395 width = mCore->mDefaultWidth;
938 output->width = mCore->mDefaultWidth;
1086 value = static_cast<int32_t>(mCore->mDefaultWidth);
1184 output->width = mCore->mDefaultWidth;
1353 allocWidth = width > 0 ? width : mCore->mDefaultWidth;
1383 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth;
H A DBufferQueueCore.cpp77 mDefaultWidth(1),
121 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat);
H A DGLConsumer.cpp139 mDefaultWidth(1),
168 mDefaultWidth(1),
194 mDefaultWidth = w;
947 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight)
H A DSurface.cpp88 mDefaultWidth = 0;
762 mDefaultWidth = output.width;
836 mUserWidth ? mUserWidth : mDefaultWidth);
1212 mDefaultWidth = output.width;
H A DBufferQueueConsumer.cpp572 mCore->mDefaultWidth = width;

Completed in 438 milliseconds