Searched defs:ExprInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java288 * For all other expressions, mExpr does not change once the ExprInfo has been (atomically)
292 private class ExprInfo { class in class:Evaluator
295 public ExprInfo(CalculatorExpr expr, boolean dm) { method in class:Evaluator.ExprInfo
304 // two separate ExprInfo structure for the main and history view, so that they can
328 private ConcurrentHashMap<Long, ExprInfo> mExprs = new ConcurrentHashMap<Long, ExprInfo>();
333 private ExprInfo mMainExpr; // == mExprs.get(MAIN_INDEX)
339 private void setMainExpr(ExprInfo expr) {
346 setMainExpr(new ExprInfo(new CalculatorExpr(), false));
506 private ExprInfo mExprInf
[all...]

Completed in 25 milliseconds