Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DCompareActivity.java42 protected ErrorCalculator mErrorCalculator;
70 mErrorCalculator = new ErrorCalculator(getApplicationContext(), getResources()); in onCreateCommon()
DErrorCalculator.java28 public class ErrorCalculator { class
47 public ErrorCalculator(Context c, Resources resources) { in ErrorCalculator() method in ErrorCalculator