Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/core/java/android/animation/
DAnimatorSet.java574 Dependency dependency = node.dependencies.get(j); in start() local
575 dependency.node.animation.addListener( in start()
576 new DependencyListener(this, node, dependency.rule)); in start()
692 final Dependency dependency = node.dependencies.get(i); in clone() local
693 Dependency cloneDependency = new Dependency(dependency.node.mTmpClone, in clone()
694 dependency.rule); in clone()
785 Dependency dependency = mNode.tmpDependencies.get(i); in startIfReady() local
786 if (dependency.rule == mRule && in startIfReady()
787 dependency.node.animation == dependencyAnimation) { in startIfReady()
790 dependencyToRemove = dependency; in startIfReady()
[all …]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local
184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd143 <p>The Gradle build script dependency identifier for this library is as follows:</p>
169 The Gradle build script dependency identifier for this library is as follows:
224 <p>The Gradle build script dependency identifier for this library is as follows:</p>
246 <p>The Gradle build script dependency identifier for this library is as follows:</p>
267 <p>The Gradle build script dependency identifier for this library is as follows:</p>
293 with a dependency on the v7 appcompat library, so you'll need to include both
302 script dependency identifier <code>com.android.support:support-v7-mediarouter:&lt;revision&gt;</cod…
330 <p>The Gradle build script dependency identifier for this library is as follows:</p>
353 <p>The Gradle build script dependency identifier for this library is as follows:</p>
396 <p>The Gradle build script dependency identifier for this library is as follows:</p>
[all …]
/frameworks/base/docs/html/sdk/installing/
Dcreate-project.jd238 <h3>Adding a dependency on a library module</h3>
240 <p>The library dependency can be declared in the module's manifest file or in the
262 <p>To add the dependency declaration to the build file, edit the build file for the <code>app</code>
263 module (<code>app/build.gradle</code>) and add a dependency on the <code>lib</code> module:</p>
284 module's dependency page.</p>
305 <li>Use the <strong>Scope</strong> drop-down to select how the dependency will be applied.</li>
307 <li>Click <strong>Apply</strong> to create the dependency and <strong>OK</strong> to close the
/frameworks/base/docs/html/tools/building/
Dconfiguring-gradle.jd124 // Module dependency
127 // Remote binary dependency
130 // Local binary dependency
145 <p><code>compile project(":lib")</code> declares a dependency on the <code>lib</code>
154 <p><code>compile 'com.android.support:appcompat-v7:19.0.1'</code> declares a dependency on
169 JAR file inside <code>app/libs</code> is a dependency and should be included in the compilation
Dmultidex.jd132 dependency you include in your app is used in a manner that outweighs the amount of code
270 requirements, but it is possible that other included libraries have additional dependency
Dplugin-for-gradle.jd119 declares that the build script uses the JCenter repository and a classpath dependency artifact
247 and dependency managers, such as <a href="http://ant.apache.org/ivy/">Ivy</a>. </p>
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1742 final Node dependency = keyNodes.get(rule); in findRoots() local
1744 if (dependency == null || dependency == node) { in findRoots()
1748 dependency.dependents.put(node, this); in findRoots()
1750 node.dependencies.put(rule, dependency); in findRoots()
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd97 file with the following dependency declaration:
153 include the Wearable UI library as a dependency in your project.</p>
Dcreating.jd192 dependency in the <b>mobile</b> module of your project.
199 If you're not using these APIs, remove the dependency from both modules.</p>
Dpackaging.jd42 <li>Declare a Gradle dependency in the handheld app's <code>build.gradle</code> file
/frameworks/support/v13/
Dbuild.gradle46 // add the internal implementation as a dependency.
/frameworks/support/v4/
Dbuild.gradle61 // add the internal implementation as a dependency.
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator30 # and resolving of cross jar class dependency to Dalvik
/frameworks/compile/slang/
DRSCCOptions.td104 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">;
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd183 <li>Fixed dependency resolution so that we resolved the combination of (default config,
185 <li>Fixed dependency for tests of library project to properly include all the dependencies
/frameworks/base/docs/html/training/material/
Ddrawables.jd70 <a href="{@docRoot}sdk/installing/studio-build.html#dependencies">Gradle dependency</a> to your
Dcompatibility.jd130 href="{@docRoot}/sdk/installing/studio-build.html#dependencies">Gradle dependency</a>:</p>
/frameworks/base/docs/html/training/wearables/ui/
Dlayouts.jd77 the Android SDK manager and that the following dependency is included in the
88 <p>The <code>'com.google.android.support:wearable'</code> dependency is required to implement
/frameworks/base/docs/html/tools/workflow/
Dindex.jd47 that provides flexibility, customized build variants, dependency resolution, and much more.
/frameworks/base/docs/html/google/play-services/
Dsetup.jd214 <li>After you've added the Google Play services library as a dependency for your app project,
244 <li>After you've added the Google Play services library as a dependency for
/frameworks/base/docs/html/tools/help/
Dsdk-manager.jd89 The development tools will notify you with warnings if there is dependency that you need to
/frameworks/base/core/java/android/preference/
DPreference.java1285 public void onDependencyChanged(Preference dependency, boolean disableDependent) { in onDependencyChanged() argument
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd388 To facilitate dependency injection in testing, Android provides classes that create mock system
393 from the rest of the system and to facilitate dependency injection for testing. These classes
405 Mock object classes also facilitate dependency injection by providing a subclass of the
/frameworks/base/docs/html/training/articles/
Dmemory.jd31 <li><a href="#DependencyInjection">Avoid dependency injection frameworks</a></li>
426 <h3 id="DependencyInjection">Avoid dependency injection frameworks</h3>
428 <p>Using a dependency injection framework such as <a
694 dependency on the "main" process (through a content provider). So while the UI process is in use,

12