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

/frameworks/native/include/gui/
H A DGLConsumer.h397 uint32_t mDefaultWidth, mDefaultHeight; member in class:android::GLConsumer
H A DSurface.h269 // mDefaultHeight is default height of the buffers, regardless of the
271 uint32_t mDefaultHeight; member in class:android::Surface
279 // of mDefaultHeight. This is lower priority than the height set
H A DBufferQueueCore.h223 // mDefaultHeight holds the default height of allocated buffers. It is used
225 uint32_t mDefaultHeight; member in class:android::BufferQueueCore
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java92 private int mDefaultHeight; field in class:Keyboard
197 parent.mDisplayHeight, parent.mDefaultHeight);
542 mDefaultHeight = mDefaultWidth;
565 mDefaultHeight = mDefaultWidth;
595 row.defaultHeight = mDefaultHeight;
606 y += mDefaultVerticalGap + mDefaultHeight;
622 mTotalHeight = y + mDefaultHeight;
682 return mDefaultHeight;
686 mDefaultHeight = height;
882 mDefaultHeight
[all...]

Completed in 58 milliseconds