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

android.app.ListFragment 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.app;
public class ListFragment
  extends android.app.Fragment
{
public  ListFragment() { throw new RuntimeException("Stub!"); }
public  android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) { throw new RuntimeException("Stub!"); }
public  void onViewCreated(android.view.View view, android.os.Bundle savedInstanceState) { throw new RuntimeException("Stub!"); }
public  void onDestroyView() { throw new RuntimeException("Stub!"); }
public  void onListItemClick(android.widget.ListView l, android.view.View v, int position, long id) { throw new RuntimeException("Stub!"); }
public  void setListAdapter(android.widget.ListAdapter adapter) { throw new RuntimeException("Stub!"); }
public  void setSelection(int position) { throw new RuntimeException("Stub!"); }
public  int getSelectedItemPosition() { throw new RuntimeException("Stub!"); }
public  long getSelectedItemId() { throw new RuntimeException("Stub!"); }
public  android.widget.ListView getListView() { throw new RuntimeException("Stub!"); }
public  void setEmptyText(java.lang.CharSequence text) { throw new RuntimeException("Stub!"); }
public  void setListShown(boolean shown) { throw new RuntimeException("Stub!"); }
public  void setListShownNoAnimation(boolean shown) { throw new RuntimeException("Stub!"); }
public  android.widget.ListAdapter getListAdapter() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy