Searched refs:getDropDownView (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleAdapterTest.java | 198 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testSetDropDownViewResource() 202 result = mSimpleAdapter.getDropDownView(19, null, mAdapterHost); in testSetDropDownViewResource() 207 result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testSetDropDownViewResource() 211 result = mSimpleAdapter.getDropDownView(19, null, mAdapterHost); in testSetDropDownViewResource() 217 View result = mSimpleAdapter.getDropDownView(0, null, mAdapterHost); in testGetDropDownView() 221 result = mSimpleAdapter.getDropDownView(19, null, mAdapterHost); in testGetDropDownView() 228 result = mSimpleAdapter.getDropDownView(0, convertView, mAdapterHost); in testGetDropDownView() 233 result = mSimpleAdapter.getDropDownView(10, convertView, null); in testGetDropDownView() 240 mSimpleAdapter.getDropDownView(19, null, mAdapterHost); in testGetDropDownView() 247 result = mSimpleAdapter.getDropDownView(19, null, mAdapterHost); in testGetDropDownView() [all …]
|
D | ArrayAdapterTest.java | 142 assertEquals(STR3, ((TextView) mArrayAdapter.getDropDownView(2, null, null)).getText()); in testAccessView() 146 assertSame(textView, mArrayAdapter.getDropDownView(0, textView, null)); in testAccessView() 156 assertEquals(textView, mArrayAdapter.getDropDownView(-1, textView, null)); in testAccessView() 170 mArrayAdapter.getDropDownView(mArrayAdapter.getCount(), textView, null)); in testAccessView() 192 mArrayAdapter.getDropDownView(0, null, null); in testSetDropDownViewResouce() 199 mArrayAdapter.getDropDownView(0, null, null); in testSetDropDownViewResouce()
|
D | BaseAdapterTest.java | 78 assertNull(baseAdapter.getDropDownView(0, null, null)); in testGetDropDownView()
|
D | CursorAdapterTest.java | 240 assertNull(cursorAdapter.getDropDownView(0, textView, mParent)); in testGetDropDownView() 244 TextView retView = (TextView) cursorAdapter.getDropDownView(0, null, mParent); in testGetDropDownView() 249 retView = (TextView) cursorAdapter.getDropDownView(1, textView, mParent); in testGetDropDownView()
|
D | AbsSpinnerTest.java | 276 public View getDropDownView(int position, View convertView, in getDropDownView() method in AbsSpinnerTest.MockSpinnerAdapter
|
D | GridViewTest.java | 891 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView() method in GridViewTest.ImageAdapter
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 13278 public abstract android.view.View getDropDownView( 13297 public android.view.View getDropDownView( 14612 public android.view.View getDropDownView( 95719 public android.view.View getDropDownView( 106784 public android.view.View getDropDownView( 107074 public android.view.View getDropDownView(
|