HomeSort by relevance Sort by last modified time
    Searched refs:GenericInflater (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 41 class PreferenceInflater extends GenericInflater<Preference, PreferenceGroup> {
53 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) {
59 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) {
GenericInflater.java 42 * Must implement {@link GenericInflater.Parent}
44 abstract class GenericInflater<T, P extends GenericInflater.Parent> {
108 protected GenericInflater(Context context) {
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) {
137 public abstract GenericInflater cloneInContext(Context newContext);
PreferenceGroup.java 45 public abstract class PreferenceGroup extends Preference implements GenericInflater.Parent<Preference> {

Completed in 652 milliseconds