HomeSort by relevance Sort by last modified time
    Searched full:animationid (Results 1 - 14 of 14) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
ViewAnimationFactory.java 21 public ViewAnimationFactory(Context context, int animationId) {
22 this(new ResourceAnimationFactory(context, animationId));
66 private final int animationId;
68 public ResourceAnimationFactory(Context context, int animationId) {
70 this.animationId = animationId;
75 return AnimationUtils.loadAnimation(context, animationId);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DisplayProtocol.h 72 // Option ImageId and AnimationId
75 EFI_ANIMATION_ID AnimationId;
202 // Statement ImageId and AnimationId
205 EFI_ANIMATION_ID AnimationId;
288 // Form ImageId and AnimationId
291 EFI_ANIMATION_ID AnimationId;
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableOptions.java 60 * @param animationId The id of the Animation to use if no placeholder is set.
64 GenericRequestBuilder<?, ?, ?, ?> crossFade(int animationId, int duration);
DrawableRequestBuilder.java 270 public DrawableRequestBuilder<ModelType> crossFade(int animationId, int duration) {
271 super.animate(new DrawableCrossFadeFactory<GlideDrawable>(context, animationId,
298 public DrawableRequestBuilder<ModelType> animate(int animationId) {
299 super.animate(animationId);
GifRequestBuilder.java 260 public GifRequestBuilder<ModelType> crossFade(int animationId, int duration) {
261 super.animate(new DrawableCrossFadeFactory<GifDrawable>(context, animationId,
279 public GifRequestBuilder<ModelType> animate(int animationId) {
280 super.animate(animationId);
BitmapRequestBuilder.java 329 public BitmapRequestBuilder<ModelType, TranscodeType> animate(int animationId) {
330 super.animate(animationId);
GenericRequestBuilder.java 368 * @param animationId The resource id of the animation to run
371 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> animate(int animationId) {
372 return animate(new ViewAnimationFactory<TranscodeType>(context, animationId));
  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 32 public SpriteAnimation(int animationId, int frameCount) {
38 setPhase(animationId);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 95 private void setupAnimation(View view, final Animator animation, final int animationID) {
102 Animator anim = AnimatorInflater.loadAnimator(PropertyAnimations.this, animationID);
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 92 final int animationID) {
99 AnimationUtils.loadAnimation(ViewAnimations.this, animationID) :
  /packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectContactsListFragment.java 273 protected void setLayoutAnimation(final ViewGroup view, int animationId) {
291 view.setLayoutAnimation(AnimationUtils.loadLayoutAnimation(getActivity(), animationId));
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c 712 gDisplayFormData.AnimationId = 0;
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 634 milliseconds