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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 95 int animationId = floatAnimation->id();
106 m_platformLayer->removeAnimation(animationId);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 648 int animationId = 0;
653 animationId = Bridge.getResourceId(ResourceType.ANIMATOR, animationName);
659 animationId = context.getProjectCallback().getResourceId(
666 Animator anim = AnimatorInflater.loadAnimator(context, animationId);
    [all...]

Completed in 128 milliseconds