HomeSort by relevance Sort by last modified time
    Searched defs:mHintLabelOffCenterRatio (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 50 public float mHintLabelOffCenterRatio;
79 mHintLabelOffCenterRatio = copyFrom.mHintLabelOffCenterRatio;
120 mHintLabelOffCenterRatio = selectFloatIfNonZero(
121 attr.mHintLabelOffCenterRatio, mHintLabelOffCenterRatio);
KeyVisualAttributes.java 55 public final float mHintLabelOffCenterRatio;
145 mHintLabelOffCenterRatio = ResourceUtils.getFraction(keyAttr,

Completed in 1452 milliseconds