OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionTextView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java
32
public class
ExceptionTextView
extends EditText {
36
public
ExceptionTextView
(Context context) {
40
public
ExceptionTextView
(Context context, AttributeSet attrs) {
44
public
ExceptionTextView
(Context context, AttributeSet attrs, int defStyle) {
BaselineAlignmentZeroWidthAndWeightTest.java
21
import android.widget.layout.linear.
ExceptionTextView
;
53
// Pressing the button will show an
ExceptionTextView
that might set a failed bit if
58
final
ExceptionTextView
etv = (
ExceptionTextView
) getActivity()
Completed in 2827 milliseconds