Home
last modified time | relevance | path

Searched defs:convertView (Results 1 – 17 of 17) sorted by relevance

/cts/tests/src/android/widget/cts/util/
DListItemFactory.java175 public static View convertButton(View convertView, String text, int position) { in convertButton()
215 public static View convertText(View convertView, String text, int position) { in convertText()
277 public static View convertDoubleText(View convertView, String text, int position) { in convertDoubleText()
DExpandableListScenario.java226 private View getView(long packedPosition, View convertView, ViewGroup parent) { in getView()
317 View convertView, ViewGroup parent) { in getChildView()
334 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView()
DListScenario.java546 public View convertView(int position, View convertView, ViewGroup parent) { in convertView()
629 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleExpandableListAdapterTest.java250 View convertView = new TextView(mContext); in testGetChildView() local
445 View convertView = new TextView(mContext); in testGetGroupView() local
DSimpleAdapterTest.java200 TextView convertView = (TextView) result; in testGetView() local
282 TextView convertView = (TextView) result; in testGetDropDownView() local
DBaseExpandableListAdapterTest.java215 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView()
240 View convertView, ViewGroup parent) { in getGroupView()
DAbsSpinnerTest.java393 public View getDropDownView(int position, View convertView, in getDropDownView()
418 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DBaseAdapterTest.java188 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DExpandableListViewTest.java668 View convertView, ViewGroup parent) { in getGroupView()
673 boolean isLastChild, View convertView, ViewGroup parent) { in getChildView()
DHeaderViewListAdapterTest.java510 public View getView(int position, View convertView, ViewGroup parent) { in getView()
579 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DListViewTest.java1067 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DGalleryTest.java608 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/cts/tests/src/android/widget/cts/
DGalleryStubActivity.java61 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/cts/tests/src/android/view/animation/cts/
DGridLayoutAnimStubActivity.java89 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/cts/tests/src/android/app/cts/
DExpandableListTestActivity.java81 final View convertView = new View(this); in testCallback() local
/cts/tests/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java911 android.view.View convertView, in getView()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4320 public View getView(int position, View convertView, ViewGroup parent) { in getView()