OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textViewError
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestTextViewDrawablesLtr.java
29
private TextView
textViewError
;
42
textViewError
= (TextView) currentView.findViewById(R.id.textview_error);
43
textViewError
.setError("Error!!");
BiDiTestTextViewDrawablesRtl.java
29
private TextView
textViewError
;
42
textViewError
= (TextView) currentView.findViewById(R.id.textview_error);
43
textViewError
.setError("Error!!");
Completed in 2868 milliseconds