Searched defs:adapterView (Results 1 – 2 of 2) sorted by relevance
22 public static void shouldActAsAdapterView(AdapterView adapterView) throws Exception { in shouldActAsAdapterView()38 private static void shouldIgnoreSetSelectionCallsWithInvalidPosition(AdapterView adapterView) { in shouldIgnoreSetSelectionCallsWithInvalidPosition()59 …c void testSetAdapter_ShouldCauseViewsToBeRenderedAsynchronously(AdapterView adapterView) throws E… in testSetAdapter_ShouldCauseViewsToBeRenderedAsynchronously()71 …tatic void testSetAdapter_ShouldSelectFirstItemAsynchronously(final AdapterView adapterView) throw… in testSetAdapter_ShouldSelectFirstItemAsynchronously()93 …er_ShouldFireOnNothingSelectedWhenAdapterCountIsReducedToZero(final AdapterView adapterView) throw… in testSetAdapter_ShouldFireOnNothingSelectedWhenAdapterCountIsReducedToZero()115 …ic void testSetEmptyView_ShouldHideAdapterViewIfAdapterIsNull(final AdapterView adapterView) throw… in testSetEmptyView_ShouldHideAdapterViewIfAdapterIsNull()125 …id testSetEmptyView_ShouldHideAdapterViewIfAdapterViewIsEmpty(final AdapterView adapterView) throw… in testSetEmptyView_ShouldHideAdapterViewIfAdapterViewIsEmpty()135 …d testSetEmptyView_ShouldHideEmptyViewIfAdapterViewIsNotEmpty(final AdapterView adapterView) throw… in testSetEmptyView_ShouldHideEmptyViewIfAdapterViewIsNotEmpty()145 …id testSetEmptyView_ShouldHideEmptyViewWhenAdapterGetsNewItem(final AdapterView adapterView) throw… in testSetEmptyView_ShouldHideEmptyViewWhenAdapterGetsNewItem()163 …testSetEmptyView_ShouldHideAdapterViewWhenAdapterBecomesEmpty(final AdapterView adapterView) throw… in testSetEmptyView_ShouldHideAdapterViewWhenAdapterBecomesEmpty()[all …]
29 private AdapterView adapterView; field in AbsSpinnerTest