android.app.ListFragment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}