Home
last modified time | relevance | path

Searched refs:getView (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java100 final View view = mToast.getView(); in testShow()
121 assertNull(mToast.getView()); in testShowFailure()
138 final View view = mToast.getView(); in testCancel()
160 assertFalse(mToast.getView() instanceof ImageView); in testAccessView()
173 assertSame(imageView, mToast.getView()); in testAccessView()
188 View view = mToast.getView(); in testAccessDuration()
202 view = mToast.getView(); in testAccessDuration()
216 View view = mToast.getView(); in testAccessMargin()
273 View view = mToast.getView();
289 view = mToast.getView();
[all …]
DSimpleAdapterTest.java146 View result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetView()
150 result = mSimpleAdapter.getView(19, null, mAdapterHost); in testGetView()
157 result = mSimpleAdapter.getView(0, convertView, mAdapterHost); in testGetView()
162 result = mSimpleAdapter.getView(10, convertView, null); in testGetView()
169 mSimpleAdapter.getView(0, null, mAdapterHost); in testGetView()
176 result = mSimpleAdapter.getView(0, null, mAdapterHost); in testGetView()
181 mSimpleAdapter.getView(-1, convertView, null); in testGetView()
187 mSimpleAdapter.getView(20, convertView, null); in testGetView()
DAbsListViewTest.java154 assertNull(onScrollListener.getView()); in testSetOnScrollListener()
164 assertSame(mListView, onScrollListener.getView()); in testSetOnScrollListener()
176 assertSame(mListView, onScrollListener.getView()); in testSetOnScrollListener()
187 assertSame(mListView, onScrollListener.getView()); in testSetOnScrollListener()
385 assertNull(recyclerListener.getView()); in testSetRecyclerListener()
390 assertNotNull(recyclerListener.getView()); in testSetRecyclerListener()
392 assertSame(recyclerListener.getView(), views.get(views.size() - 1)); in testSetRecyclerListener()
535 assertNull(listener.getView()); in testGetContextMenuInfo()
545 return v == listener.getView(); in testGetContextMenuInfo()
654 public AbsListView getView() { in getView() method in AbsListViewTest.MockOnScrollListener
[all …]
DHeaderViewListAdapterTest.java287 assertSame(lv1, headerViewListAdapter.getView(0, null, null)); in testGetView()
288 assertSame(lv2, headerViewListAdapter.getView(1, null, null)); in testGetView()
292 View expected = fullAdapter.getView(0, null, null); in testGetView()
294 assertSame(expected, headerViewListAdapter.getView(0, null, null)); in testGetView()
298 assertSame(lv1, headerViewListAdapter.getView(0, null, null)); in testGetView()
299 assertSame(lv2, headerViewListAdapter.getView(1, null, null)); in testGetView()
300 assertSame(expected, headerViewListAdapter.getView(2, null, null)); in testGetView()
406 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in HeaderViewListAdapterTest.HeaderViewEmptyAdapter
472 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in HeaderViewListAdapterTest.HeaderViewFullAdapter
DArrayAdapterTest.java134 assertEquals(STR1, ((TextView) mArrayAdapter.getView(0, null, null)).getText()); in testAccessView()
135 assertEquals(STR2, ((TextView) mArrayAdapter.getView(1, null, null)).getText()); in testAccessView()
139 assertSame(textView, mArrayAdapter.getView(0, textView, null)); in testAccessView()
144 assertEquals(textView, mArrayAdapter.getView(-1, textView, null)); in testAccessView()
157 mArrayAdapter.getView(mArrayAdapter.getCount(), textView, null)); in testAccessView()
189 mArrayAdapter.getView(0, null, null); in testSetDropDownViewResouce()
DCheckedTextViewTest.java103 CheckedTextView view0 = (CheckedTextView) adapter.getView(0, null, null); in testChecked()
104 CheckedTextView view1 = (CheckedTextView) adapter.getView(1, null, null); in testChecked()
105 CheckedTextView view2 = (CheckedTextView) adapter.getView(2, null, null); in testChecked()
352 public View getView(int position, View convertView, ViewGroup parent) {
DCursorAdapterTest.java189 cursorAdapter.getView(0, textView, mParent); in testGetView()
196 cursorAdapter.getView(100, textView, mParent); in testGetView()
202 TextView retView = (TextView) cursorAdapter.getView(0, null, mParent); in testGetView()
207 retView = (TextView) cursorAdapter.getView(1, textView, mParent); in testGetView()
DListViewTest.java456 final TextView child = (TextView) mAdapter_countries.getView(2, null, mListView); in testPerformItemClick()
472 assertNull(onClickListener.getView()); in testPerformItemClick()
483 assertSame(child, onClickListener.getView()); in testPerformItemClick()
540 TextView child = (TextView) mAdapter_countries.getView(0, null, mListView); in testRequestChildRectangleOnScreen()
660 public View getView() { in getView() method in ListViewTest.MockOnItemClickListener
744 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ListViewTest.Adapter
DBaseAdapterTest.java121 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in BaseAdapterTest.MockBaseAdapter
DGridViewTest.java666 public View getView(int position, View convertView, ViewGroup parent) {
726 public View getView(int position, View convertView, ViewGroup parent) {
786 return getView(position, convertView, parent);
/cts/tests/tests/graphics/src/android/opengl/cts/
DGLSurfaceViewTest.java66 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithDelay()
91 GLSurfaceView view = mActivity.getView(); in testPauseResumeWithoutDelay()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
DBackupTestActivity.java263 View getView(LayoutInflater inflater, int position, View convertView, ViewGroup parent);
280 public View getView(LayoutInflater inflater, int position, View convertView,
311 public View getView(LayoutInflater inflater, int position, View convertView,
339 public View getView(LayoutInflater inflater, int position, View convertView,
400 public View getView(int position, View convertView, ViewGroup parent) {
401 return getItem(position).getView(mLayoutInflater, position, convertView, parent);
/cts/tests/src/android/widget/cts/util/
DExpandableListScenario.java226 private View getView(long packedPosition, View convertView, ViewGroup parent) { in getView() method in ExpandableListScenario
318 return getView(ExpandableListView.getPackedPositionForChild(groupPosition, in getChildView()
336 return getView(ExpandableListView.getPackedPositionForGroup(groupPosition), in getGroupView()
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndActivity.java42 public View getView(int position, View convertView, ViewGroup parent) { in onCreate()
/cts/tests/src/android/opengl/cts/
DGLSurfaceViewStubActivity.java106 public GLSurfaceView getView() { in getView() method in GLSurfaceViewStubActivity
/cts/tests/src/android/widget/cts/
DGalleryStubActivity.java61 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in GalleryStubActivity.ImageAdapter
/cts/tests/src/android/view/animation/cts/
DGridLayoutAnimStubActivity.java89 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in GridLayoutAnimStubActivity.MockGridViewAdapter
/cts/tests/src/android/view/cts/
DGestureDetectorStubActivity.java77 public View getView() { in getView() method in GestureDetectorStubActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java159 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in SuidFilesActivity.SuidFilesAdapter
160 TextView view = (TextView) super.getView(position, convertView, parent); in getView()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java357 assertNull(onLongClickListener.getView()); in testSetupListeners()
367 assertSame(mEditText, onLongClickListener.getView()); in testSetupListeners()
530 public View getView() { in getView() method in View_UsingViewsTest.MockOnLongClickListener
DDisplayRefreshRateTest.java177 .getView() in testRefreshRate()
/cts/tests/tests/holo/src/android/holo/cts/
DThemeAdapter.java184 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in ThemeAdapter
DLayoutAdapter.java345 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in LayoutAdapter
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DPolicySerializationTestActivity.java217 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in PolicySerializationTestActivity.PolicyAdapter
218 TextView view = (TextView) super.getView(position, convertView, parent); in getView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java312 public View getView(int position, View convertView, ViewGroup parent) { in getView() method in TestListAdapter

12