Searched refs:mDefaultHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java91 private int mDefaultHeight; field in class:Keyboard
196 parent.mDisplayHeight, parent.mDefaultHeight);
529 mDefaultHeight = mDefaultWidth;
552 mDefaultHeight = mDefaultWidth;
582 row.defaultHeight = mDefaultHeight;
593 y += mDefaultVerticalGap + mDefaultHeight;
609 mTotalHeight = y + mDefaultHeight;
669 return mDefaultHeight;
673 mDefaultHeight = height;
869 mDefaultHeight
[all...]
/frameworks/native/libs/gui/
H A DBufferQueue.cpp70 mDefaultHeight(1),
214 value = mDefaultHeight;
374 h = mDefaultHeight;
580 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
646 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
732 mDefaultHeight, mDefaultBufferFormat, mTransformHint,
955 mDefaultHeight = h;
H A DSurfaceTexture.cpp152 mDefaultHeight = h;
709 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
710 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
712 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
713 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
H A DSurfaceTextureClient.cpp88 mDefaultHeight = 0;
307 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
344 *value = mUserHeight ? mUserHeight : mDefaultHeight;
512 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
/frameworks/native/include/gui/
H A DSurfaceTexture.h316 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::SurfaceTexture
H A DSurfaceTextureClient.h185 // mDefaultHeight is default height of the buffers, regardless of the
187 uint32_t mDefaultHeight; member in class:android::SurfaceTextureClient
195 // of mDefaultHeight. This is lower priority than the height set
H A DBufferQueue.h454 // mDefaultHeight holds the default height of allocated buffers. It is used
456 uint32_t mDefaultHeight; member in class:android::BufferQueue

Completed in 78 milliseconds