Home
last modified time | relevance | path

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

12345

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListHeterogeneous.java57 public View convertView(int position, View convertView, ViewGroup parent) { in convertView()
DListItemsExpandOnSelection.java55 public View convertView(int position, View convertView, ViewGroup parent) { in convertView()
DListTakeFocusFromSide.java63 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java211 public View getView(View convertView, ViewGroup parent) { in getView()
220 public abstract void bindView(View convertView); in bindView()
232 public void bindView(View convertView) { in bindView()
259 public void bindView(View convertView) { in bindView()
273 public void bindView(View convertView) { in bindView()
361 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DSectionedListAdapter.java37 public View getHeaderView(View convertView, ViewGroup parent); in getHeaderView()
91 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java176 public static View convertButton(View convertView, String text, int position) { in convertButton()
216 public static View convertText(View convertView, String text, int position) { in convertText()
279 public static View convertDoubleText(View convertView, String text, int position) { in convertDoubleText()
/frameworks/base/core/java/android/widget/
DSpinnerAdapter.java42 public View getDropDownView(int position, View convertView, ViewGroup parent); in getDropDownView()
DExpandableListAdapter.java125 View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent); in getGroupView()
146 View convertView, ViewGroup parent); in getChildView()
DSimpleAdapter.java113 public View getView(int position, View convertView, ViewGroup parent) { in getView()
117 private View createViewFromResource(int position, View convertView, in createViewFromResource()
142 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
DArrayAdapter.java361 public View getView(int position, View convertView, ViewGroup parent) { in getView()
365 private View createViewFromResource(int position, View convertView, ViewGroup parent, in createViewFromResource()
414 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
DBaseAdapter.java70 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
DAdapter.java99 View getView(int position, View convertView, ViewGroup parent); in getView()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java111 public View getView(int position, View convertView, ViewGroup parent) { in getView()
129 public View getDropDownView(int position, View convertView, ViewGroup parent) { in getDropDownView()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java71 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView()
80 public View bindView(View convertView, ViewGroup parent, RecipientEntry entry, int position, in bindView()
146 protected View reuseOrInflateView(View convertView, ViewGroup parent, AdapterType type) { in reuseOrInflateView()
DSingleRecipientArrayAdapter.java47 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListOfButtons.java63 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DListOfEditTexts.java112 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryImages.java62 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayersActivity2.java57 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DViewLayersActivity3.java54 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DViewLayersActivity.java107 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DTransparentListActivity.java110 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java93 final View convertView = parent.getChildAt(childIndex); in updateMenuView() local
171 public View getItemView(MenuItemImpl item, View convertView, ViewGroup parent) { in getItemView()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuPresenter.java97 final View convertView = parent.getChildAt(childIndex); in updateMenuView() local
175 public View getItemView(MenuItemImpl item, View convertView, ViewGroup parent) { in getItemView()
/frameworks/base/tools/layoutlib/bridge/src/android/preference/
DPreference_Delegate.java44 /*package*/ static View getView(Preference pref, View convertView, ViewGroup parent) { in getView()

12345