Home
last modified time | relevance | path

Searched refs:setLineLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorDisplay.java67 mLogic.setLineLength(getNumberFittingDigits((TextView) getCurrentView())); in onLayout()
DLogic.java69 void setLineLength(int nDigits) { in setLineLength() method in Logic