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

  /external/glide/library/src/main/java/com/bumptech/glide/request/
ViewAnimation.java 15 private int animationId;
22 public ViewAnimationFactory(Context context, int animationId) {
24 this.animationId = animationId;
35 animation = AnimationUtils.loadAnimation(context, animationId);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 105 int animationId = floatAnimation->id();
116 m_platformLayer->removeAnimation(animationId);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 654 int animationId = 0;
659 animationId = Bridge.getResourceId(ResourceType.ANIMATOR, animationName);
665 animationId = context.getProjectCallback().getResourceId(
672 Animator anim = AnimatorInflater.loadAnimator(context, animationId);
    [all...]

Completed in 106 milliseconds