Searched refs:mHintLabelOffCenterRatio (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java50 public float mHintLabelOffCenterRatio; field in class:KeyDrawParams
79 mHintLabelOffCenterRatio = copyFrom.mHintLabelOffCenterRatio;
120 mHintLabelOffCenterRatio = selectFloatIfNonZero(
121 attr.mHintLabelOffCenterRatio, mHintLabelOffCenterRatio);
H A DKeyVisualAttributes.java55 public final float mHintLabelOffCenterRatio; field in class:KeyVisualAttributes
145 mHintLabelOffCenterRatio = ResourceUtils.getFraction(keyAttr,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java460 hintX = labelX + params.mHintLabelOffCenterRatio * labelCharWidth;

Completed in 54 milliseconds