Home | History | Annotate | Download | only in openwnn

Lines Matching refs:gap

101     /** Horizontal gap default for all rows */
110 /** Default gap between rows */
173 /** Default horizontal gap between keys in this row. */
175 /** Vertical gap following this row. */
236 /** Width of the key, not including the gap */
238 /** Height of the key, not including the gap */
240 /** The horizontal gap before this key */
241 public int gap;
310 gap = parent.defaultHorizontalGap;
338 gap = getDimensionOrFraction(a,
344 this.x += gap;
591 x += key.width + key.gap;
622 protected void setHorizontalGap(int gap) {
623 mDefaultHorizontalGap = gap;
630 protected void setVerticalGap(int gap) {
631 mDefaultVerticalGap = gap;
799 x += key.gap + key.width;