Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorExpr.java268 private static final ThreadLocal<IdentityHashMap<CR,Integer>>outMap = field in CalculatorExpr
282 outMap.set(new IdentityHashMap<CR,Integer>()); in initExprOutput()
328 Integer index = outMap.get().get(value); in write()
332 outMap.get().put(value, nextIndex); in write()