Home
last modified time | relevance | path

Searched refs:constructors (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java79 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest() local
81 if (constructors.length == 0) { in instantiateTest()
84 for (Constructor constructor : constructors) { in instantiateTest()
DTestGrouping.java228 Constructor<? extends TestCase>[] constructors in hasValidConstructor() local
230 for (Constructor<? extends TestCase> constructor : constructors) { in hasValidConstructor()
/frameworks/native/libs/ui/
DAndroid.mk25 LOCAL_CPPFLAGS += -Wno-global-constructors
/frameworks/support/v7/recyclerview/
Dproguard-rules.pro16 #LayoutManagers' constructors using reflection.
/frameworks/native/libs/gui/
DAndroid.mk24 LOCAL_CPPFLAGS += -Wno-global-constructors
/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java581 Map<String, Constructor<Behavior>> constructors = sConstructors.get(); in parseBehavior() local
582 if (constructors == null) { in parseBehavior()
583 constructors = new HashMap<>(); in parseBehavior()
584 sConstructors.set(constructors); in parseBehavior()
586 Constructor<Behavior> c = constructors.get(fullName); in parseBehavior()
592 constructors.put(fullName, c); in parseBehavior()
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-sync-adapter.jd93 constructors for the class, and implementing the method where you define the data transfer
99 {@link android.content.AbstractThreadedSyncAdapter} and writing its constructors. Use the
100 constructors to run setup tasks each time your sync adapter component is created from
102 activity. For example, if your app uses a content provider to store data, use the constructors
115 {@link android.content.AbstractThreadedSyncAdapter}and its constructors:
355 * constructors call super()
/frameworks/base/docs/html/training/testing/integration-testing/
Dcontent-provider-testing.jd104 subclasses call in their own constructors. The {@link android.test.ProviderTestCase2}
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd94 and constructors that allow you to allocate and work with memory for pointers that are defined in
333 in memory. Each <code>struct</code>'s class defines the following methods and constructors:</p>
336 <li>Overloaded constructors that allow you to allocate memory. The
/frameworks/base/docs/html/training/gestures/
Dscale.jd274 passed to their constructors. {@link android.view.ScaleGestureDetector} uses
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd202 constructors. Below, we'll discuss each the first two techniques (using constructors is nothing new
/frameworks/base/docs/html/training/transitions/
Dtransitions.jd113 <p>To create an instance of a built-in transition, invoke one of the public constructors in
/frameworks/base/docs/html/training/material/
Danimations.jd374 <p>The {@link android.animation.ObjectAnimator} class has new constructors that enable you to anima…
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd288 any custom classes referenced from XML are updated so that their class constructors are accessible.…
/frameworks/wilhelm/doc/
DDoxyfile417 # constructors and destructors are listed first. If set to NO (the default)
418 # the constructors will appear in the respective orders defined by
/frameworks/native/docs/
DDoxyfile499 # constructors and destructors are listed first. If set to NO (the default)
500 # the constructors will appear in the respective orders defined by
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd477 The {@link android.view.View.DragShadowBuilder} class has two constructors:
/frameworks/base/docs/html/training/articles/
Dsmp.jd1840 …ferences escaping during object construction, and provides guidelines for thread-safe constructors.
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1785 variables with static constructors and promote them to global constants. Although
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...