Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java92 private int mDefaultHeight; field in Keyboard
197 parent.mDisplayHeight, parent.mDefaultHeight); in Row()
542 mDefaultHeight = mDefaultWidth; in Keyboard()
565 mDefaultHeight = mDefaultWidth; in Keyboard()
595 row.defaultHeight = mDefaultHeight; in Keyboard()
606 y += mDefaultVerticalGap + mDefaultHeight; in Keyboard()
622 mTotalHeight = y + mDefaultHeight; in Keyboard()
682 return mDefaultHeight; in getKeyHeight()
686 mDefaultHeight = height; in setKeyHeight()
882 mDefaultHeight = getDimensionOrFraction(a, in parseKeyboardAttributes()
/frameworks/native/libs/gui/
DGLConsumer.cpp162 mDefaultHeight(1), in GLConsumer()
190 mDefaultHeight(1), in GLConsumer()
216 mDefaultHeight = h; in setDefaultBufferSize()
933 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) { in getCurrentCrop()
934 newWidth = newHeight * mDefaultWidth / mDefaultHeight; in getCurrentCrop()
936 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) { in getCurrentCrop()
937 newHeight = newWidth * mDefaultHeight / mDefaultWidth; in getCurrentCrop()
DBufferQueueProducer.cpp389 height = mCore->mDefaultHeight; in dequeueBuffer()
897 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in queueBuffer()
1020 value = static_cast<int32_t>(mCore->mDefaultHeight); in query()
1103 output->inflate(mCore->mDefaultWidth, mCore->mDefaultHeight, in connect()
1247 allocHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
1273 uint32_t checkHeight = height > 0 ? height : mCore->mDefaultHeight; in allocateBuffers()
DBufferQueueCore.cpp73 mDefaultHeight(1), in BufferQueueCore()
135 mDefaultHeight, mDefaultBufferFormat, mTransformHint, mQueue.size(), in dump()
DSurface.cpp79 mDefaultHeight = 0; in Surface()
473 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in queueBuffer()
528 mUserHeight ? mUserHeight : mDefaultHeight); in query()
754 output.deflate(&mDefaultWidth, &mDefaultHeight, &hint, in connect()
DBufferQueueConsumer.cpp565 mCore->mDefaultHeight = height; in setDefaultBufferSize()
/frameworks/native/include/gui/
DBufferQueueCore.h228 uint32_t mDefaultHeight; variable
DGLConsumer.h414 uint32_t mDefaultWidth, mDefaultHeight; variable
DSurface.h303 uint32_t mDefaultHeight; variable