Lines Matching full:delta
2306 int delta = back - fore;
2307 mColorMatrix[component * 6] = delta * BYTE_SCALE;
2850 * Page the terminal view (scroll it up or down by delta screenfulls.)
2852 * @param delta the number of screens to scroll. Positive means scroll down,
2855 public void page(int delta) {
2858 .getActiveTranscriptRows()), mTopRow + mRows * delta));