Home
last modified time | relevance | path

Searched refs:InflateException (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/core/java/android/preference/
H A DGenericInflater.java25 import android.view.InflateException;
314 throw new InflateException(parser.getPositionDescription() in inflate()
339 } catch (InflateException e) { in inflate()
343 InflateException ex = new InflateException(e.getMessage()); in inflate()
347 InflateException ex = new InflateException( in inflate()
376 throws ClassNotFoundException, InflateException { in createItem()
395 InflateException ie = new InflateException(attrs in createItem()
406 InflateException ie = new InflateException(attrs in createItem()
446 } catch (InflateException e) { in createItemFromTag()
450 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DInflateException.java22 public class InflateException extends RuntimeException { class
24 public InflateException() { in InflateException() method in InflateException
28 public InflateException(String detailMessage, Throwable throwable) { in InflateException() method in InflateException
32 public InflateException(String detailMessage) { in InflateException() method in InflateException
36 public InflateException(Throwable throwable) { in InflateException() method in InflateException
H A DLayoutInflater.java597 throws InflateException, IOException, XmlPullParserException { in advanceToRootNode()
714 final InflateException ie = new InflateException(e.getMessage(), e); in inflate()
718 final InflateException ie = new InflateException( in inflate()
783 throws ClassNotFoundException, InflateException { in createView()
812 throws ClassNotFoundException, InflateException { in createView()
877 final InflateException ie = new InflateException( in createView()
885 final InflateException ie = new InflateException( in createView()
894 final InflateException ie = new InflateException( in createView()
1026 } catch (InflateException e) { in createViewFromTag()
1030 final InflateException ie = new InflateException( in createViewFromTag()
[all …]
H A DMenuInflater.java116 throw new InflateException("Error inflating menu XML", e); in inflate()
118 throw new InflateException("Error inflating menu XML", e); in inflate()
245 InflateException ex = new InflateException( in InflatedOnMenuItemClickListener()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableInflater.java28 import android.view.InflateException;
132 throw new InflateException("<drawable> tag must specify class attribute"); in inflateFromXmlForDensity()
207 final InflateException ie = new InflateException( in inflateFromClass()
213 final InflateException ie = new InflateException( in inflateFromClass()
219 final InflateException ie = new InflateException( in inflateFromClass()
224 final InflateException ie = new InflateException( in inflateFromClass()
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java27 import android.view.InflateException;
81 InflateException ex = new InflateException(e.getMessage()); in inflateTransition()
85 InflateException ex = new InflateException( in inflateTransition()
110 InflateException ex = new InflateException(e.getMessage()); in inflateTransitionManager()
114 InflateException ex = new InflateException( in inflateTransitionManager()
203 throw new InflateException(tag + " tag must have a 'class' attribute"); in createCustom()
221 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
224 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
227 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
230 throw new InflateException("Could not instantiate " + expectedType + " class " + in createCustom()
[all …]
H A DTransition.java35 import android.view.InflateException;
314 throw new InflateException("Unknown match type in matchOrder: '" + token + "'"); in parseMatchOrder()
/aosp14/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java31 import android.view.InflateException;
158 throws XmlPullParserException, IOException, InflateException { in createAnimationFromXml()
191 throw new InflateException("Unknown animation name: " + parser.getName()); in createAnimationFromXml()
218 } catch (XmlPullParserException | IOException | InflateException ex) { in loadLayoutAnimation()
228 throws XmlPullParserException, IOException, InflateException { in createLayoutAnimationFromXml()
235 throws XmlPullParserException, IOException, InflateException { in createLayoutAnimationFromXml()
256 throw new InflateException("Unknown layout animation name: " + name); in createLayoutAnimationFromXml()
335 } catch (XmlPullParserException | IOException | InflateException ex) { in loadInterpolator()
359 } catch (XmlPullParserException | IOException | InflateException ex) { in loadInterpolator()
372 throws XmlPullParserException, IOException, InflateException { in createInterpolatorFromXml()
[all …]
H A DPathInterpolator.java30 import android.view.InflateException;
118 throw new InflateException("The path is null, which is created" in parseInterpolatorFromTypeArray()
124 throw new InflateException("pathInterpolator requires the controlX1 attribute"); in parseInterpolatorFromTypeArray()
126 throw new InflateException("pathInterpolator requires the controlY1 attribute"); in parseInterpolatorFromTypeArray()
135 throw new InflateException( in parseInterpolatorFromTypeArray()
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java29 import android.view.InflateException;
55 throw new InflateException("Error inflating menu XML", e); in inflate()
57 throw new InflateException("Error inflating menu XML", e); in inflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/logcat/
H A DLogAccessDialogActivity.java38 import android.view.InflateException;
208 throw new InflateException(); in createView()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java37 import android.view.InflateException;
311 throw new InflateException(" Can't morph from " + fromString + " to " + in getPVH()
470 throw new InflateException(arrayAnimator.getPositionDescription() in setupAnimatorForPath()
523 throw new InflateException(arrayObjectAnimator.getPositionDescription() in setupObjectAnimator()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java54 import android.view.InflateException;
1269 } catch (Resources.NotFoundException | InflateException e) { in loadAnimationSafely()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50526 public class InflateException extends java.lang.RuntimeException {
50527 ctor public InflateException();
50528 ctor public InflateException(String, Throwable);
50529 ctor public InflateException(String);
50530 ctor public InflateException(Throwable);
51142 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
51143 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8521 android.view.InflateException
H A Dboot-image-profile.txt31319 Landroid/view/InflateException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8552 android.view.InflateException
H A Dboot-image-profile.txt41453 Landroid/view/InflateException;