Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DView_DefaultFocusHighlightTest.java62 ListView listView = (ListView) activity.findViewById(R.id.listview); in testSettersAndGetters() local
96 ListView listView = (ListView) activity.findViewById(R.id.listview_to_inflate); in testInflating() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTestSecondActivity.java43 ListView listView = (ListView) findViewById(R.id.list_view); in onCreate() local
DUiAutomationTestFirstActivity.java44 ListView listView = (ListView) findViewById(R.id.list_view); in onCreate() local
DUiAutomationTest.java215 final ListView listView = (ListView) activity.findViewById(R.id.list_view); in testWindowContentFrameStats() local
486 private void scrollListView(UiAutomation uiAutomation, final ListView listView, in scrollListView()
/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/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.java559 MyListView listView = new MyListView(mContext); in testCheckLayoutParams() local
570 MyListView listView = new MyListView(mContext); in testComputeVerticalScrollValues() local
592 MyListView listView = new MyListView(mContext); in testGenerateLayoutParams() local
614 MyListView listView = new MyListView(mContext); in testBeforeAndAfterTextChanged() local
658 final MyListView listView = new MyListView(mContext, mAttributeSet); in testGetContextMenuInfo() local
687 MyListView listView = new MyListView(mContext); in testGetTopBottomFadingEdgeStrength() local
695 MyListView listView = new MyListView(mContext, mAttributeSet, 0); in testHandleDataChanged() local
703 MyListView listView = new MyListView(mContext, mAttributeSet, 0); in testSetFilterText() local
858 final MyListView listView = new MyListView(mContext, mAttributeSet); in testOnFilterComplete() local
DListPopupWindowTest.java258 final ListView listView = mPopupWindow.getListView(); in verifyAnchoring() local
567 final ListView listView = mPopupWindow.getListView(); in testPromptViewAbove() local
600 final ListView listView = mPopupWindow.getListView(); in testPromptViewBelow() local
628 final ListView listView = mPopupWindow.getListView(); in testAccessSelection() local
735 final ListView listView = mPopupWindow.getListView(); in testListSelectionWithDPad() local
DListViewTest.java558 MyListView listView = new MyListView(mActivity, mAttributeSet); in testCanAnimate() local
575 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewTraversal() local
589 MyListView listView = new MyListView(mActivity, mAttributeSet); in testFindViewWithTagTraversal() local
936 ListView listView = new ListView(mActivity); in testJumpDrawables() local
1093 final ListView listView = mListView; in testTransientStateUnstableIds() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DTestListActivity.java156 protected void handleItemClick(ListView listView, View view, int position, long id) { in handleItemClick()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DDarkTextThemeTest.java180 ListView listView = mAppWidgetHostView.findViewById(R.id.remoteViews_list); in testCollection_light() local
196 ListView listView = mAppWidgetHostView.findViewById(R.id.remoteViews_list); in testCollection_dark() local
DWidgetTransitionTest.java266 ListView listView = mAppWidgetHostView.findViewById(R.id.remoteViews_list); in testCollection_sendBroadcast() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestListActivity.java108 protected void handleItemClick(ListView listView, View view, int position, long id) { in handleItemClick()
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerBaseActivity.java57 ListView listView = (ListView) findViewById(R.id.ble_server_enctypted_tests); in onCreate() local
DBleConnectionPriorityServerBaseActivity.java62 ListView listView = (ListView) findViewById(R.id.ble_server_connection_tests); in onCreate() local
DBleCocServerTestBaseActivity.java66 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
DBleCocClientTestBaseActivity.java70 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
DBleEncryptedClientBaseActivity.java66 ListView listView = (ListView) findViewById(R.id.ble_client_enctypted_tests); in onCreate() local
DBleServerTestBaseActivity.java89 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
DBleConnectionPriorityClientBaseActivity.java72 ListView listView = (ListView) findViewById(R.id.ble_client_connection_tests); in onCreate() local
DBleClientTestBaseActivity.java97 ListView listView = (ListView) findViewById(R.id.ble_server_tests); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DP2pTestListActivity.java156 protected void handleItemClick(ListView listView, View view, int position, long id) { in handleItemClick()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DAccessibilityEndToEndActivity.java74 ListView listView = (ListView) findViewById(R.id.listview); in onCreate() local

12