HomeSort by relevance Sort by last modified time
    Searched refs:rnf (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 76 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
78 rnf.initCause(ex);
79 throw rnf;
81 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
83 rnf.initCause(ex);
84 throw rnf;
154 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
156 rnf.initCause(ex);
157 throw rnf;
159 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" local
275 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
280 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
305 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
310 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" + local
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 107 Resources.NotFoundException rnf = local
110 rnf.initCause(ex);
111 throw rnf;
113 Resources.NotFoundException rnf = local
116 rnf.initCause(ex);
117 throw rnf;
130 Resources.NotFoundException rnf = local
135 rnf.initCause(ex);
136 throw rnf;
138 Resources.NotFoundException rnf local
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 1154 NotFoundException rnf = new NotFoundException("File " + value.string.toString() + local
1197 NotFoundException rnf = new NotFoundException( local
2428 final NotFoundException rnf = new NotFoundException( local
2541 NotFoundException rnf = new NotFoundException( local
2645 NotFoundException rnf = new NotFoundException( local
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 507 Resources.NotFoundException rnf = new Resources.NotFoundException( local
510 rnf.initCause(ex);
511 throw rnf;
513 Resources.NotFoundException rnf = new Resources.NotFoundException( local
516 rnf.initCause(ex);
517 throw rnf;
    [all...]

Completed in 1684 milliseconds