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 45 public float mLabelOffCenterRatio;
74 mLabelOffCenterRatio = copyFrom.mLabelOffCenterRatio;
114 mLabelOffCenterRatio = selectFloatIfNonZero(
115 attr.mLabelOffCenterRatio, mLabelOffCenterRatio);
KeyVisualAttributes.java 50 public final float mLabelOffCenterRatio;
138 mLabelOffCenterRatio = ResourceUtils.getFraction(keyAttr,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 398 labelX = centerX + params.mLabelOffCenterRatio * labelCharWidth;

Completed in 89 milliseconds