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

/frameworks/base/core/java/android/preference/
H A DGenericInflater.java42 * Must implement {@link GenericInflater.Parent}
44 abstract class GenericInflater<T, P extends GenericInflater.Parent> { class
108 protected GenericInflater(Context context) { method in class:GenericInflater
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { method in class:GenericInflater
137 public abstract GenericInflater cloneInContext(Context newContext);

Completed in 60 milliseconds