Searched defs:setArguments (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerDialog.java70 setArguments(titleResId, columns, size);
74 public void setArguments(int titleResId, int columns, int size) { method in class:ColorPickerDialog
79 setArguments(bundle);
/frameworks/base/core/java/android/app/
H A DFragment.java563 * arguments can be supplied by the caller with {@link #setArguments}
715 public void setArguments(Bundle args) { method in class:Fragment
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java376 * arguments can be supplied by the caller with {@link #setArguments}
546 public void setArguments(Bundle args) { method in class:Fragment

Completed in 82 milliseconds