Home
last modified time | relevance | path

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

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