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

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

Completed in 22 milliseconds