Searched refs:textViewError (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestTextViewDrawablesLtr.java29 private TextView textViewError; field in class:BiDiTestTextViewDrawablesLtr
42 textViewError = (TextView) currentView.findViewById(R.id.textview_error);
43 textViewError.setError("Error!!");
H A DBiDiTestTextViewDrawablesRtl.java29 private TextView textViewError; field in class:BiDiTestTextViewDrawablesRtl
42 textViewError = (TextView) currentView.findViewById(R.id.textview_error);
43 textViewError.setError("Error!!");

Completed in 77 milliseconds