Home | History | Annotate | Download | only in term

Lines Matching refs:topMargin

570      * @param topMargin First line that is scrolled.
573 void scroll(int topMargin, int bottomMargin, int foreColor, int backColor);
771 * @param topMargin First line that is scrolled.
774 public void scroll(int topMargin, int bottomMargin, int foreColor,
776 if (topMargin > bottomMargin - 2 || topMargin > mScreenRows - 2
794 int topOffset = getOffset(topMargin);
798 int topLine = externalToInternalRow(topMargin);
803 int numScrollChars = (bottomMargin - topMargin - 1) * mColumns;
806 int numScrollLines = (bottomMargin - topMargin - 1);