Lines Matching refs:animation

17 package android.view.animation;
49 * Returns the current animation time in milliseconds. This time should be used when invoking
54 * @return the current animation time in milliseconds
66 * @param id The resource id of the animation to load
67 * @return The animation object reference by the specified id
68 * @throws NotFoundException when the animation cannot be loaded
78 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
83 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
128 throw new RuntimeException("Unknown animation name: " + parser.getName());
144 * @param id The resource id of the animation to load
145 * @return The animation object reference by the specified id
146 * @throws NotFoundException when the layout animation controller cannot be loaded
156 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
161 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
198 throw new RuntimeException("Unknown layout animation name: " + name);
206 * Make an animation for objects becoming visible. Uses a slide and fade
211 * @return The new animation
227 * Make an animation for objects becoming invisible. Uses a slide and fade
232 * @return The new animation
249 * Make an animation for objects becoming visible. Uses a slide up and fade
253 * @return The new animation
267 * @param id The resource id of the animation to load
268 * @return The animation object reference by the specified id
278 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
283 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
297 * @param id The resource id of the animation to load
308 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
313 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +