Searched defs:mPathMotion (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransition.java248 private PathMotion mPathMotion = STRAIGHT_PATH_MOTION; field in class:Transition
2048 mPathMotion = STRAIGHT_PATH_MOTION;
2050 mPathMotion = pathMotion;
2085 return mPathMotion;

Completed in 57 milliseconds