HomeSort by relevance Sort by last modified time
    Searched defs:animationId (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 634 int animationId = 0;
639 animationId = Bridge.getResourceId(ResourceType.ANIMATOR, animationName);
645 animationId = context.getProjectCallback().getResourceId(
652 Animator anim = AnimatorInflater.loadAnimator(context, animationId);
    [all...]

Completed in 134 milliseconds