Searched refs:mDefaultWidth (Results 1 – 9 of 9) 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/libs/gui/ |
D | GLConsumer.cpp | 161 mDefaultWidth(1), in GLConsumer() 189 mDefaultWidth(1), in GLConsumer() 215 mDefaultWidth = w; in setDefaultBufferSize() 933 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) { in getCurrentCrop() 934 newWidth = newHeight * mDefaultWidth / mDefaultHeight; in getCurrentCrop() 936 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) { in getCurrentCrop() 937 newHeight = newWidth * mDefaultHeight / mDefaultWidth; in getCurrentCrop()
|
D | BufferQueueProducer.cpp | 388 width = mCore->mDefaultWidth; in dequeueBuffer() 897 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in queueBuffer() 1017 value = static_cast<int32_t>(mCore->mDefaultWidth); in query() 1103 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in connect() 1246 allocWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers() 1272 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers()
|
D | BufferQueueCore.cpp | 72 mDefaultWidth(1), in BufferQueueCore() 134 mDequeueBufferCannotBlock, mAsyncMode, mDefaultWidth, in dump()
|
D | Surface.cpp | 78 mDefaultWidth = 0; in Surface() 473 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in queueBuffer() 524 mUserWidth ? mUserWidth : mDefaultWidth); in query() 754 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in connect()
|
D | BufferQueueConsumer.cpp | 564 mCore->mDefaultWidth = width; in setDefaultBufferSize()
|
/frameworks/native/include/gui/ |
D | BufferQueueCore.h | 224 uint32_t mDefaultWidth; variable
|
D | GLConsumer.h | 414 uint32_t mDefaultWidth, mDefaultHeight; variable
|
D | Surface.h | 299 uint32_t mDefaultWidth; variable
|