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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 82 protected final float mVerticalCorrection;
368 mVerticalCorrection = a.getDimensionPixelOffset(
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 174 private int mVerticalCorrection;
306 mVerticalCorrection = a.getDimensionPixelOffset(attr, 0);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 175 private int mVerticalCorrection;
303 mVerticalCorrection = a.getDimensionPixelOffset(attr, 0);
    [all...]

Completed in 75 milliseconds