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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 59 public final int mBaseHeight;
96 mBaseHeight = params.mBaseHeight;
123 mBaseHeight = keyboard.mBaseHeight;
MoreKeysKeyboard.java 133 mBaseHeight = mOccupiedHeight = mNumRows * mDefaultRowHeight - mVerticalGap
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 41 public int mBaseHeight;
KeyboardRow.java 102 R.styleable.Keyboard_rowHeight, params.mBaseHeight, params.mDefaultRowHeight);
KeyboardBuilder.java 267 params.mBaseHeight = baseHeight;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 359 return (int) mVectorState.mVPathRenderer.mBaseHeight;
401 mVectorState.mVPathRenderer.mBaseHeight == 0 ||
407 float intrinsicHeight = mVectorState.mVPathRenderer.mBaseHeight;
503 pathRenderer.mBaseHeight = a.getDimension(
504 R.styleable.VectorDrawable_height, pathRenderer.mBaseHeight);
509 } else if (pathRenderer.mBaseHeight <= 0) {
806 float mBaseHeight = 0;
844 mBaseHeight = copy.mBaseHeight;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 99 mBaseHeight = mOccupiedHeight = mNumRows * mDefaultRowHeight + mVerticalGap;

Completed in 86 milliseconds