Home | History | Annotate | Download | only in animation

Lines Matching refs:NotFoundException

24 import android.content.res.Resources.NotFoundException;
64 * @throws NotFoundException when the animation cannot be loaded
67 throws NotFoundException {
74 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
79 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
142 * @throws NotFoundException when the layout animation controller cannot be loaded
145 throws NotFoundException {
152 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
157 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
265 * @throws NotFoundException
267 public static Interpolator loadInterpolator(Context context, int id) throws NotFoundException {
273 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
278 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +