Home
last modified time | relevance | path

Searched refs:mLanguageOnSpacebarHorizontalMargin (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java170 private final int mLanguageOnSpacebarHorizontalMargin; field in MainKeyboardView
274 mLanguageOnSpacebarHorizontalMargin = (int)getResources().getDimension( in MainKeyboardView()
827 final int maxTextWidth = width - mLanguageOnSpacebarHorizontalMargin * 2; in fitsTextIntoWidth()