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

/frameworks/base/core/java/android/text/
H A DSpannable.java49 * Factory used by TextView to create new Spannables. You can subclass
52 public static class Factory { class in interface:Spannable
53 private static Spannable.Factory sInstance = new Spannable.Factory();
56 * Returns the standard Spannable Factory.
58 public static Spannable.Factory getInstance() {
H A DEditable.java124 * Factory used by TextView to create new Editables. You can subclass
127 public static class Factory { class in interface:Editable
128 private static Editable.Factory sInstance = new Editable.Factory();
131 * Returns the standard Editable Factory.
133 public static Editable.Factory getInstance() {
/frameworks/support/v4/donut/android/support/v4/app/
H A DRemoteInputCompatBase.java30 public interface Factory { interface in class:RemoteInputCompatBase.RemoteInput
H A DNotificationCompatBase.java37 public interface Factory { interface in class:NotificationCompatBase.Action
54 public interface Factory { interface in class:NotificationCompatBase.UnreadConversation
/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java194 public static interface Factory { interface in class:InputEventReceiver
H A DLayoutInflater.java56 * To create a new LayoutInflater with an additional {@link Factory} for your
59 * Factory.
86 private Factory mFactory;
132 public interface Factory { interface in class:LayoutInflater
153 public interface Factory2 extends Factory {
172 private final Factory mF1, mF2;
175 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
262 * Return the current {@link Factory} (or null). This is called on each element
266 public final Factory getFactor
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java52 private Factory<T> mFactory;
67 public interface Factory<T> { interface in class:GenericInflater
85 private static class FactoryMerger<T> implements Factory<T> {
86 private final Factory<T> mF1, mF2;
88 FactoryMerger(Factory<T> f1, Factory<T> f2) {
174 public final Factory<T> getFactory() {
179 * Attach a custom Factory interface for creating items while using this
192 public void setFactory(Factory<T> factory) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DJob.java286 * Factory class that facilitates our testing FileOperationService.
288 static class Factory { class in class:Job
290 static final Factory instance = new Factory();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java52 private Factory<T> mFactory;
63 public interface Factory<T> { interface in class:GenericInflater
81 private static class FactoryMerger<T> implements Factory<T> {
82 private final Factory<T> mF1, mF2;
84 FactoryMerger(Factory<T> f1, Factory<T> f2) {
170 public final Factory<T> getFactory() {
175 * Attach a custom Factory interface for creating items while using this
188 public void setFactory(Factory<T> factory) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DVenueNameElement.java124 Factory, enum constant in enum:VenueNameElement.VenueType
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1824 milliseconds