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

/frameworks/base/core/java/android/text/
H A DSpannable.java49 * Factory used by TextView to create new {@link Spannable Spannables}. You can subclass
52 * @see android.widget.TextView#setSpannableFactory(Factory)
54 public static class Factory { class in interface:Spannable
55 private static Spannable.Factory sInstance = new Spannable.Factory();
58 * Returns the standard Spannable Factory.
60 public static Spannable.Factory getInstance() {
H A DEditable.java124 * Factory used by TextView to create new {@link Editable Editables}. You can subclass
127 * @see android.widget.TextView#setEditableFactory(Factory)
129 public static class Factory { class in interface:Editable
130 private static Editable.Factory sInstance = new Editable.Factory();
133 * Returns the standard Editable Factory.
135 public static Editable.Factory getInstance() {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothA2dpWrapper.java30 static interface Factory { interface in interface:BluetoothA2dpWrapper
H A DBluetoothA2dpWrapperImpl.java25 public static class Factory implements BluetoothA2dpWrapper.Factory { class in class:BluetoothA2dpWrapperImpl
/frameworks/support/compat/ics/android/support/v4/app/
H A DRemoteInputCompatBase.java37 public interface Factory { interface in class:RemoteInputCompatBase.RemoteInput
H A DNotificationCompatBase.java40 public interface Factory { interface in class:NotificationCompatBase.Action
58 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.java54 * To create a new LayoutInflater with an additional {@link Factory} for your
57 * Factory.
83 private Factory mFactory;
129 public interface Factory { interface in class:LayoutInflater
150 public interface Factory2 extends Factory {
169 private final Factory mF1, mF2;
172 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
259 * Return the current {@link Factory} (or null). This is called on each element
263 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/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 148 milliseconds