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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java48 * android:verticalGap="2px" >
169 public int verticalGap; field in class:Keyboard.Row
201 verticalGap = getDimensionOrFraction(a,
598 row.verticalGap = mDefaultVerticalGap;
849 y += currentRow.verticalGap;

Completed in 47 milliseconds