Searched defs:dependency (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java41 * should be avoided, and the dependency flow of animations should only be in one direction.
67 * dependency information is added for an Animator, we want to add it
83 * on the dependency relationships of the nodes.
278 * tells the <code>Builder</code> the animation that is the dependency for
288 * <code>Builder</code> the animation upon which the dependency is created,
291 * as the dependency of the other animations. For example, calling
293 * and <code>a3</code> when a1 ends; it does not set up a dependency between
296 * @param anim The animation that is the dependency used in later calls to the
511 * the dependency relationships that have been set up between the animations.
574 Dependency dependency
1065 addDependency(Dependency dependency) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java1261 * dependency.
1280 * Called when the dependency changes.
1282 * @param dependency The Preference that this Preference depends on.
1285 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1297 * Called when the implicit parent dependency changes.
1330 // Unregister the old dependency, if we had one
1339 * Returns the key of the dependency on this Preference.
1341 * @return The key of the dependency.

Completed in 92 milliseconds