HomeSort by relevance Sort by last modified time
    Searched full:factory2 (Results 1 - 25 of 27) sorted by null

1 2

  /external/sfntly/cpp/src/test/
serialization_test.cc 29 FontFactoryPtr factory1, factory2, factory3; local
35 factory2.Attach(FontFactory::GetInstance());
37 BuilderForFontFile(SAMPLE_TTF_FILE, factory2, &font_builder_array);
43 factory2->SerializeFont(intermediate, &os);
95 FontFactoryPtr factory1, factory2, factory3; local
101 factory2.Attach(FontFactory::GetInstance());
103 BuilderForFontFile(SAMPLE_BITMAP_FONT, factory2, &font_builder_array);
109 factory2->SerializeFont(intermediate, &os);
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.view.LayoutInflater.html 87 <nobr><code>Factory2</code>&nbsp;<A HREF="../../../../reference/android/view/LayoutInflater.html#getFactory2()" target="_top"><code>getFactory2</code></A>()</nobr>
100 <A NAME="android.view.LayoutInflater.setFactory2_added(android.view.LayoutInflater.Factory2)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/LayoutInflater.html#setFactory2(android.view.LayoutInflater.Factory2)" target="_top"><code>setFactory2</code></A>(<code>Factory2</code>)</nobr>
pkg_android.view.html 112 <A NAME="LayoutInflater.Factory2"></A>
113 <nobr><A HREF="../../../../reference/android/view/LayoutInflater.Factory2.html" target="_top"><code><I>LayoutInflater.Factory2</I></code></A></nobr>
classes_index_additions.html 283 <A HREF="pkg_android.view.html#LayoutInflater.Factory2" class="hiddenlink" target="rightframe"><b><i>LayoutInflater.Factory2</i></b></A><br>
android.app.Activity.html 76 <p><font xsize="+1">Removed interface <code>android.view.LayoutInflater.Factory</code>.<br> Added interface <code>android.view.LayoutInflater.Factory2</code>.<br></font>
classes_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 75 private Factory2 mFactory2;
76 private Factory2 mPrivateFactory;
133 public interface Factory2 extends Factory {
151 private static class FactoryMerger implements Factory2 {
153 private final Factory2 mF12, mF22;
155 FactoryMerger(Factory f1, Factory2 f12, Factory f2, Factory2 f22) {
251 * Return the current {@link Factory2}. Returns null if no factory is set
252 * or the set factory does not implement the {@link Factory2} interface.
257 public final Factory2 getFactory2()
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 151 ThreadFactory factory2 = builder.setPriority(2).build(); local
153 assertEquals(2, factory2.newThread(monitoredRunnable).getPriority());
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 70 ProxyFactory factory2 = new ProxyFactory(); local
  /system/core/init/
init.c 764 else if (!strcmp(bootmode,"factory2"))
  /frameworks/base/core/java/android/app/
Activity.java 645 implements LayoutInflater.Factory2,
    [all...]
  /frameworks/base/
preloaded-classes     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]

Completed in 1311 milliseconds

1 2