HomeSort by relevance Sort by last modified time
    Searched refs:mDefaultHeight (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 108 private int mDefaultHeight;
203 parent.mDisplayHeight, parent.mDefaultHeight);
541 mDefaultHeight = mDefaultWidth;
571 row.defaultHeight = mDefaultHeight;
582 y += mDefaultVerticalGap + mDefaultHeight;
597 mTotalHeight = y + mDefaultHeight;
635 return mDefaultHeight;
639 mDefaultHeight = height;
837 mDefaultHeight = getDimensionOrFraction(a,
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 91 private int mDefaultHeight;
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;
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 69 mDefaultHeight(1),
214 value = mDefaultHeight;
373 h = mDefaultHeight;
581 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
650 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
736 mDefaultHeight, mDefaultBufferFormat, mTransformHint,
963 mDefaultHeight = h;
    [all...]
GLConsumer.cpp 89 mDefaultHeight(1),
117 mDefaultHeight = h;
728 if (newWidth * mDefaultHeight > newHeight * mDefaultWidth) {
729 newWidth = newHeight * mDefaultWidth / mDefaultHeight;
731 } else if (newWidth * mDefaultHeight < newHeight * mDefaultWidth) {
732 newHeight = newWidth * mDefaultHeight / mDefaultWidth;
Surface.cpp 68 mDefaultHeight = 0;
287 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
324 *value = mUserHeight ? mUserHeight : mDefaultHeight;
492 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
  /frameworks/native/include/gui/
BufferQueue.h 544 // mDefaultHeight holds the default height of allocated buffers. It is used
546 uint32_t mDefaultHeight;
GLConsumer.h 341 uint32_t mDefaultWidth, mDefaultHeight;
Surface.h 213 // mDefaultHeight is default height of the buffers, regardless of the
215 uint32_t mDefaultHeight;
223 // of mDefaultHeight. This is lower priority than the height set

Completed in 220 milliseconds