Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DManualActivity.java40 private TextView mErrorTextView; field in ManualActivity
66 mErrorTextView.setText(String.format("%.4f", error));
117 mErrorTextView = (TextView) findViewById(R.id.current_error); in onCreate()