All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.ArrayAdapter Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.widget;
public class ArrayAdapter
  extends android.widget.BaseAdapter
  implements android.widget.Filterable
{
public  ArrayAdapter(android.content.Context context, int textViewResourceId) { throw new RuntimeException("Stub!"); }
public  ArrayAdapter(android.content.Context context, int resource, int textViewResourceId) { throw new RuntimeException("Stub!"); }
public  ArrayAdapter(android.content.Context context, int textViewResourceId, T[] objects) { throw new RuntimeException("Stub!"); }
public  ArrayAdapter(android.content.Context context, int resource, int textViewResourceId, T[] objects) { throw new RuntimeException("Stub!"); }
public  ArrayAdapter(android.content.Context context, int textViewResourceId, java.util.List objects) { throw new RuntimeException("Stub!"); }
public  ArrayAdapter(android.content.Context context, int resource, int textViewResourceId, java.util.List objects) { throw new RuntimeException("Stub!"); }
public  void add(T object) { throw new RuntimeException("Stub!"); }
public  void addAll(java.util.Collection collection) { throw new RuntimeException("Stub!"); }
public  void addAll(T... items) { throw new RuntimeException("Stub!"); }
public  void insert(T object, int index) { throw new RuntimeException("Stub!"); }
public  void remove(T object) { throw new RuntimeException("Stub!"); }
public  void clear() { throw new RuntimeException("Stub!"); }
public  void sort(java.util.Comparator comparator) { throw new RuntimeException("Stub!"); }
public  void notifyDataSetChanged() { throw new RuntimeException("Stub!"); }
public  void setNotifyOnChange(boolean notifyOnChange) { throw new RuntimeException("Stub!"); }
public  android.content.Context getContext() { throw new RuntimeException("Stub!"); }
public  int getCount() { throw new RuntimeException("Stub!"); }
public  T getItem(int position) { throw new RuntimeException("Stub!"); }
public  int getPosition(T item) { throw new RuntimeException("Stub!"); }
public  long getItemId(int position) { throw new RuntimeException("Stub!"); }
public  android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public  void setDropDownViewResource(int resource) { throw new RuntimeException("Stub!"); }
public  android.view.View getDropDownView(int position, android.view.View convertView, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public static  android.widget.ArrayAdapter createFromResource(android.content.Context context, int textArrayResId, int textViewResId) { throw new RuntimeException("Stub!"); }
public  android.widget.Filter getFilter() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy