Searched defs:gap (Results 1 – 4 of 4) sorted by relevance
244 public int gap; field in Keyboard.Key594 protected void setHorizontalGap(int gap) { in setHorizontalGap()602 protected void setVerticalGap(int gap) { in setVerticalGap()
856 float gap = (justificationWidth - getVisibleAdvance()) * justification; in handleJustify() local
766 public void justify(float gap) { in justify()
6008 final float gap = textWidth / 3.0f; in start() local