Home | History | Annotate | Download | only in am

Lines Matching refs:animationType

1468             final int animationType = pendingOptions.getAnimationType();
1469 switch (animationType) {
1501 final boolean scaleUp = (animationType == ANIM_THUMBNAIL_SCALE_UP);
1522 animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP);
1523 } else if (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_DOWN
1534 (animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP));
1551 Slog.e(TAG, "applyOptionsLocked: Unknown animationType=" + animationType);