Searched refs:WITH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java661 // The Dependency rule (WITH or AFTER) that the listener should wait for on
698 if (mRule == Dependency.WITH) {
883 static final int WITH = 0; // dependent node must start with this dependency node field in class:AnimatorSet.Dependency
889 // The nature of the dependency (WITH or AFTER)
1080 Dependency dependency = new Dependency(mCurrentNode, Dependency.WITH);

Completed in 39 milliseconds