Searched refs:textViewError (Results 1 – 2 of 2) sorted by relevance
29 private TextView textViewError; field in BiDiTestTextViewDrawablesRtl42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()43 textViewError.setError("Error!!"); in onViewCreated()
29 private TextView textViewError; field in BiDiTestTextViewDrawablesLtr42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()43 textViewError.setError("Error!!"); in onViewCreated()