Searched defs:mDefaultHeight (Results 1 - 4 of 4) sorted by path

/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/include/gui/
H A DBufferQueueCore.h208 // mDefaultHeight holds the default height of allocated buffers. It is used
210 int mDefaultHeight; member in class:android::BufferQueueCore
H A DGLConsumer.h396 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h247 // mDefaultHeight is default height of the buffers, regardless of the
249 uint32_t mDefaultHeight; member in class:android::Surface
257 // of mDefaultHeight. This is lower priority than the height set

Completed in 127 milliseconds