Searched refs:mDefaultWidth (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 89 private int mDefaultWidth; field in Keyboard 194 parent.mDisplayWidth, parent.mDefaultWidth); in Row() 540 mDefaultWidth = mDisplayWidth / 10; in Keyboard() 542 mDefaultHeight = mDefaultWidth; in Keyboard() 563 mDefaultWidth = mDisplayWidth / 10; in Keyboard() 565 mDefaultHeight = mDefaultWidth; in Keyboard() 596 row.defaultWidth = mDefaultWidth; in Keyboard() 604 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) { in Keyboard() 690 return mDefaultWidth; in getKeyWidth() 694 mDefaultWidth = width; in setKeyWidth() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.cpp | 73 mDefaultWidth(1), in BufferLayerConsumer() 93 mDefaultWidth = w; in setDefaultBufferSize() 494 ? GLConsumer::scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
D | BufferLayerConsumer.h | 348 uint32_t mDefaultWidth, mDefaultHeight; variable
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueCore.h | 234 uint32_t mDefaultWidth; variable
|
D | GLConsumer.h | 420 uint32_t mDefaultWidth, mDefaultHeight; variable
|
D | Surface.h | 372 uint32_t mDefaultWidth; variable
|
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 395 width = mCore->mDefaultWidth; in dequeueBuffer() 938 output->width = mCore->mDefaultWidth; in queueBuffer() 1086 value = static_cast<int32_t>(mCore->mDefaultWidth); in query() 1184 output->width = mCore->mDefaultWidth; in connect() 1353 allocWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers() 1383 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers()
|
D | BufferQueueCore.cpp | 77 mDefaultWidth(1), in BufferQueueCore() 121 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat); in dumpState()
|
D | GLConsumer.cpp | 139 mDefaultWidth(1), in GLConsumer() 168 mDefaultWidth(1), in GLConsumer() 194 mDefaultWidth = w; in setDefaultBufferSize() 947 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
D | Surface.cpp | 88 mDefaultWidth = 0; in Surface() 762 mDefaultWidth = output.width; in queueBuffer() 836 mUserWidth ? mUserWidth : mDefaultWidth); in query() 1212 mDefaultWidth = output.width; in connect()
|
D | BufferQueueConsumer.cpp | 572 mCore->mDefaultWidth = width; in setDefaultBufferSize()
|