Searched refs:mDefaultWidth (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 96 private int mDefaultWidth; field in Keyboard 204 parent.mDisplayWidth, parent.mDefaultWidth); in Row() 551 mDefaultWidth = mDisplayWidth / 10; in Keyboard() 553 mDefaultHeight = mDefaultWidth; in Keyboard() 574 mDefaultWidth = mDisplayWidth / 10; in Keyboard() 576 mDefaultHeight = mDefaultWidth; in Keyboard() 607 row.defaultWidth = mDefaultWidth; in Keyboard() 615 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) { in Keyboard() 702 return mDefaultWidth; in getKeyWidth() 706 mDefaultWidth = width; in setKeyWidth() [all …]
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | SurfaceTexture.cpp | 48 mDefaultWidth(1), in SurfaceTexture() 73 mDefaultWidth(1), in SurfaceTexture() 94 mDefaultWidth = w; in setDefaultBufferSize() 412 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueCore.h | 247 uint32_t mDefaultWidth; variable
|
D | GLConsumer.h | 424 uint32_t mDefaultWidth, mDefaultHeight; variable
|
D | Surface.h | 525 uint32_t mDefaultWidth; variable
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 114 mDefaultWidth(1), in GLConsumer() 143 mDefaultWidth(1), in GLConsumer() 169 mDefaultWidth = w; in setDefaultBufferSize() 820 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
D | BufferQueueCore.cpp | 110 mDefaultWidth(1), in BufferQueueCore() 157 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat); in dumpState()
|
D | BufferQueueProducer.cpp | 452 width = mCore->mDefaultWidth; in dequeueBuffer() 1084 output->width = mCore->mDefaultWidth; in queueBuffer() 1243 value = static_cast<int32_t>(mCore->mDefaultWidth); in query() 1338 output->width = mCore->mDefaultWidth; in connect() 1528 allocWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers() 1591 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers()
|
D | Surface.cpp | 120 mDefaultWidth = 0; in Surface() 1092 mDefaultWidth = output.width; in onBufferQueuedLocked() 1261 mUserWidth ? mUserWidth : mDefaultWidth); in query() 1888 mDefaultWidth = output.width; in connect()
|
D | BufferQueueConsumer.cpp | 615 mCore->mDefaultWidth = width; in setDefaultBufferSize()
|
/frameworks/native/libs/nativedisplay/include/surfacetexture/ |
D | SurfaceTexture.h | 421 uint32_t mDefaultWidth, mDefaultHeight; variable
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22625 Landroid/inputmethodservice/Keyboard;->mDefaultWidth:I
|