Searched refs:mDefaultWidth (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 88 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/ |
D | GLConsumer.cpp | 88 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()
|
D | BufferQueue.cpp | 68 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()
|
D | Surface.cpp | 67 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/ |
D | GLConsumer.h | 341 uint32_t mDefaultWidth, mDefaultHeight; variable
|
D | Surface.h | 211 uint32_t mDefaultWidth; variable
|
D | BufferQueue.h | 542 uint32_t mDefaultWidth; variable
|