Home
last modified time | relevance | path

Searched refs:mDefaultHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java91 private int mDefaultHeight; field in Keyboard
196 parent.mDisplayHeight, parent.mDefaultHeight); in Row()
529 mDefaultHeight = mDefaultWidth; in Keyboard()
552 mDefaultHeight = mDefaultWidth; in Keyboard()
582 row.defaultHeight = mDefaultHeight; in Keyboard()
593 y += mDefaultVerticalGap + mDefaultHeight; in Keyboard()
609 mTotalHeight = y + mDefaultHeight; in Keyboard()
669 return mDefaultHeight; in getKeyHeight()
673 mDefaultHeight = height; in setKeyHeight()
869 mDefaultHeight = getDimensionOrFraction(a, in parseKeyboardAttributes()
/frameworks/native/libs/gui/
DGLConsumer.cpp128 mDefaultHeight(1), in GLConsumer()
155 mDefaultHeight(1), in GLConsumer()
183 mDefaultHeight = h; in setDefaultBufferSize()
878 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) { in getCurrentCrop()
879 newWidth = newHeight * mDefaultWidth / mDefaultHeight; in getCurrentCrop()
881 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) { in getCurrentCrop()
882 newHeight = newWidth * mDefaultHeight / mDefaultWidth; in getCurrentCrop()
DBufferQueueCore.cpp62 mDefaultHeight(1), in BufferQueueCore()
101 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat, mTransformHint, in dump()
DBufferQueueProducer.cpp305 height = mCore->mDefaultHeight; in dequeueBuffer()
649 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in queueBuffer()
742 value = mCore->mDefaultHeight; in query()
804 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in connect()
946 allocHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
972 uint32_t checkHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
DSurface.cpp72 mDefaultHeight = 0; in Surface()
329 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in queueBuffer()
371 *value = mUserHeight ? mUserHeight : mDefaultHeight; in query()
558 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in connect()
DBufferQueueConsumer.cpp435 mCore->mDefaultHeight = height; in setDefaultBufferSize()
/frameworks/native/include/gui/
DBufferQueueCore.h210 int mDefaultHeight; variable
DGLConsumer.h396 uint32_t mDefaultWidth, mDefaultHeight; variable
DSurface.h249 uint32_t mDefaultHeight; variable