Searched refs:DOWN (Results 1 – 2 of 2) sorted by relevance
41 enum Scroll { UP, DOWN, NONE } enumConstant155 } else if (dir == Scroll.DOWN) { in setText()
158 mDisplay.setText(mHistory.getText(), CalculatorDisplay.Scroll.DOWN); in onUp()