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

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java629 // The Dependency rule (WITH or AFTER) that the listener should wait for on
651 if (mRule == Dependency.AFTER) {
852 static final int AFTER = 1; // dependent node must start when this dependency node finishes field in class:AnimatorSet.Dependency
857 // The nature of the dependency (WITH or AFTER)
1068 Dependency dependency = new Dependency(mCurrentNode, Dependency.AFTER);
1088 Dependency dependency = new Dependency(node, Dependency.AFTER);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp64 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT enumerator in enum:android::SkPaintGlue::MoveOpt
650 case AFTER:

Completed in 81 milliseconds