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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 49 public float mLabelOffCenterRatio;
78 mLabelOffCenterRatio = copyFrom.mLabelOffCenterRatio;
118 mLabelOffCenterRatio = selectFloatIfNonZero(
119 attr.mLabelOffCenterRatio, mLabelOffCenterRatio);
KeyVisualAttributes.java 54 public final float mLabelOffCenterRatio;
143 mLabelOffCenterRatio = ResourceUtils.getFraction(keyAttr,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 409 labelX = centerX + params.mLabelOffCenterRatio * labelCharWidth;

Completed in 73 milliseconds