Home
last modified time | relevance | path

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

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DSurfaceTextureGLSurfaceView.java36 public SurfaceTextureGLSurfaceView(Context context, AttributeSet attributeSet, in SurfaceTextureGLSurfaceView() argument
38 super(context, attributeSet); in SurfaceTextureGLSurfaceView()
/cts/tests/tests/widget/src/android/widget/cts/
DAutoCompleteTextViewTest.java199 AttributeSet attributeSet = Xml.asAttributeSet(parser); in testConstructor() local
200 new AutoCompleteTextView(mActivity, attributeSet); in testConstructor()
204 attributeSet = Xml.asAttributeSet(parser); in testConstructor()
205 new AutoCompleteTextView(mActivity, attributeSet, 0); in testConstructor()
208 new AutoCompleteTextView(mActivity, attributeSet, -1); in testConstructor()
216 AttributeSet attributeSet = Xml.asAttributeSet(parser); in testConstructorWithNullContext() local
217 new AutoCompleteTextView(null, attributeSet, 0); in testConstructorWithNullContext()