Home
last modified time | relevance | path

Searched defs:listView (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndActivity.java65 ListView listView = (ListView) findViewById(R.id.listview); in onCreate() local
DAccessibilityEndToEndTest.java73 final ListView listView = (ListView) getActivity().findViewById(R.id.listview); in testTypeViewSelectedAccessibilityEvent() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTestFirstActivity.java44 ListView listView = (ListView) findViewById(R.id.list_view); in onCreate() local
DUiAutomationTestSecondActivity.java43 ListView listView = (ListView) findViewById(R.id.list_view); in onCreate() local
DUiAutomationTest.java68 UiScrollable listView = new UiScrollable(new UiSelector().resourceId( in testWindowContentFrameStats() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
DListPresentation.java56 ListView listView = (ListView) view.findViewById(R.id.pla_list); in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/
DAbsListViewTest.java421 MyListView listView = new MyListView(mActivity); in testDraw() local
469 MyListView listView = new MyListView(mActivity); in testCheckLayoutParams() local
479 MyListView listView = new MyListView(mActivity); in testComputeVerticalScrollValues() local
500 MyListView listView = new MyListView(mActivity); in testGenerateLayoutParams() local
520 MyListView listView = new MyListView(mActivity); in testBeforeAndAfterTextChanged() local
565 final MyListView listView = new MyListView(mActivity, mAttributeSet); in testGetContextMenuInfo() local
606 MyListView listView = new MyListView(mActivity); in testGetTopBottomFadingEdgeStrength() local
613 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testHandleDataChanged() local
619 MyListView listView = new MyListView(mActivity, mAttributeSet, 0); in testSetFilterText() local
DListViewTest.java605 MyListView listView = new MyListView(mActivity, mAttributeSet); in testCanAnimate() local
625 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewTraversal() local
637 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewWithTagTraversal() local
727 ListView listView = new ListView(mActivity); in testRequestLayout() local
750 ListView listView = new ListView(mActivity); in testNoSelectableItems() local
801 final ListView listView = mListView; in testTransientStateUnstableIds() local
836 final ListView listView = mListView; in testTransientStateStableIds() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DAbstractTestListActivity.java83 protected final void onListItemClick(ListView listView, View view, int position, long id) { in onListItemClick()
89 protected void handleItemClick(ListView listView, View view, int position, long id) { in handleItemClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerStartActivity.java54 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
DBleClientStartActivity.java55 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
DExpandableListScenario.java56 protected void setAdapter(ListView listView) { in setAdapter()
DListScenario.java447 protected void setAdapter(ListView listView) { in setAdapter()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java128 protected void handleItemClick(ListView listView, View view, int position, long id) { in handleItemClick()
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTestListFragment.java78 public void onListItemClick(ListView listView, View view, int position, long id) { in onListItemClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java119 protected void onListItemClick(ListView listView, View view, int position, long id) { in onListItemClick()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java97 UiScrollable listView = new UiScrollable( in testListScrollAndSelect() local
1016 UiScrollable listView = new UiScrollable( in openTest() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3193 final MockListView listView = new MockListView(mActivity); in testOnStartAndFinishTemporaryDetach() local