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.
263 * tells the <code>Builder</code> the animation that is the dependency for
273 * <code>Builder</code> the animation upon which the dependency is created,
276 * as the dependency of the other animations. For example, calling
278 * and <code>a3</code> when a1 ends; it does not set up a dependency between
281 * @param anim The animation that is the dependency used in later calls to the
493 * the dependency relationships that have been set up between the animations.
552 Dependency dependency
995 addDependency(Dependency dependency) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java1230 * dependency.
1249 * Called when the dependency changes.
1251 * @param dependency The Preference that this Preference depends on.
1254 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1266 * Called when the implicit parent dependency changes.
1299 // Unregister the old dependency, if we had one
1308 * Returns the key of the dependency on this Preference.
1310 * @return The key of the dependency.

Completed in 134 milliseconds