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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java100 public Result animate(Object targetObject, String animationName, argument
106 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java561 public Result animate(Object targetObject, String animationName, argument
572 ResourceType.ANIMATOR, animationName);
574 animationId = Bridge.getResourceId(ResourceType.ANIMATOR, animationName);
578 ResourceType.ANIMATOR, animationName);
581 ResourceType.ANIMATOR, animationName);
591 new PlayAnimationThread(anim, this, animationName, listener).start();

Completed in 35 milliseconds