Home
last modified time | relevance | path

Searched refs:STRAIGHT_PATH_MOTION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
DTransition.java167 private static final PathMotion STRAIGHT_PATH_MOTION = new PathMotion() { field in Transition
250 PathMotion mPathMotion = STRAIGHT_PATH_MOTION;
2105 mPathMotion = STRAIGHT_PATH_MOTION; in setPathMotion()