Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java88 private int mDefaultWidth; field in Keyboard
193 parent.mDisplayWidth, parent.mDefaultWidth); in Row()
527 mDefaultWidth = mDisplayWidth / 10; in Keyboard()
529 mDefaultHeight = mDefaultWidth; in Keyboard()
550 mDefaultWidth = mDisplayWidth / 10; in Keyboard()
552 mDefaultHeight = mDefaultWidth; in Keyboard()
583 row.defaultWidth = mDefaultWidth; in Keyboard()
591 || x + mDefaultWidth + horizontalPadding > mDisplayWidth) { in Keyboard()
677 return mDefaultWidth; in getKeyWidth()
681 mDefaultWidth = width; in setKeyWidth()
[all …]
/frameworks/native/libs/gui/
DGLConsumer.cpp88 mDefaultWidth(1), in GLConsumer()
116 mDefaultWidth = w; in setDefaultBufferSize()
728 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) { in getCurrentCrop()
729 newWidth = newHeight * mDefaultWidth / mDefaultHeight; in getCurrentCrop()
731 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) { in getCurrentCrop()
732 newHeight = newWidth * mDefaultHeight / mDefaultWidth; in getCurrentCrop()
DBufferQueue.cpp68 mDefaultWidth(1), in BufferQueue()
211 value = mDefaultWidth; in query()
372 w = mDefaultWidth; in dequeueBuffer()
581 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint, in queueBuffer()
650 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint, in connect()
735 prefix, maxBufferCount, mSynchronousMode, mDefaultWidth, in dump()
962 mDefaultWidth = w; in setDefaultBufferSize()
DSurface.cpp67 mDefaultWidth = 0; in Surface()
287 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint, in queueBuffer()
321 *value = mUserWidth ? mUserWidth : mDefaultWidth; in query()
492 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint, in connect()
/frameworks/native/include/gui/
DGLConsumer.h341 uint32_t mDefaultWidth, mDefaultHeight; variable
DSurface.h211 uint32_t mDefaultWidth; variable
DBufferQueue.h542 uint32_t mDefaultWidth; variable