Home
last modified time | relevance | path

Searched refs:mDefaultWidth (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java96 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/
DSurfaceTexture.cpp48 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/
DBufferQueueCore.h247 uint32_t mDefaultWidth; variable
DGLConsumer.h424 uint32_t mDefaultWidth, mDefaultHeight; variable
DSurface.h525 uint32_t mDefaultWidth; variable
/frameworks/native/libs/gui/
DGLConsumer.cpp114 mDefaultWidth(1), in GLConsumer()
143 mDefaultWidth(1), in GLConsumer()
169 mDefaultWidth = w; in setDefaultBufferSize()
820 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
DBufferQueueCore.cpp110 mDefaultWidth(1), in BufferQueueCore()
157 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat); in dumpState()
DBufferQueueProducer.cpp452 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()
DSurface.cpp120 mDefaultWidth = 0; in Surface()
1092 mDefaultWidth = output.width; in onBufferQueuedLocked()
1261 mUserWidth ? mUserWidth : mDefaultWidth); in query()
1888 mDefaultWidth = output.width; in connect()
DBufferQueueConsumer.cpp615 mCore->mDefaultWidth = width; in setDefaultBufferSize()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h421 uint32_t mDefaultWidth, mDefaultHeight; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22625 Landroid/inputmethodservice/Keyboard;->mDefaultWidth:I