Searched refs:setPathMotion (Results 1 – 6 of 6) sorted by relevance
177 transition.setPathMotion(getPathMotion()); in addTransition()359 public void setPathMotion(PathMotion pathMotion) { in setPathMotion() method in TransitionSet360 super.setPathMotion(pathMotion); in setPathMotion()364 mTransitions.get(i).setPathMotion(pathMotion); in setPathMotion()
175 parent.setPathMotion(new ArcMotion(mContext, attrs)); in createTransitionFromXml()177 … parent.setPathMotion((PathMotion)createCustom(attrs, PathMotion.class, "pathMotion")); in createTransitionFromXml()179 parent.setPathMotion(new PatternPathMotion(mContext, attrs)); in createTransitionFromXml()
2104 public void setPathMotion(PathMotion pathMotion) { in setPathMotion() method in Transition
71 fade.setPathMotion(new ArcMotion()); in testClone()
45784 method public void setPathMotion(android.transition.PathMotion);
31217 method public void setPathMotion(android.transition.PathMotion);