/aosp14/frameworks/base/core/java/android/preference/ |
H A D | GenericInflater.java | 25 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 D | InflateException.java | 22 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 D | LayoutInflater.java | 597 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 D | MenuInflater.java | 116 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 D | DrawableInflater.java | 28 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 D | TransitionInflater.java | 27 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 D | Transition.java | 35 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 D | AnimationUtils.java | 31 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 D | PathInterpolator.java | 30 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 D | SimpleInflater.java | 29 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 D | LogAccessDialogActivity.java | 38 import android.view.InflateException; 208 throw new InflateException(); in createView()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 37 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 D | TransitionAnimation.java | 54 import android.view.InflateException; 1269 } catch (Resources.NotFoundException | InflateException e) { in loadAnimationSafely()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 50526 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 D | preloaded-classes | 8521 android.view.InflateException
|
H A D | boot-image-profile.txt | 31319 Landroid/view/InflateException;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 8552 android.view.InflateException
|
H A D | boot-image-profile.txt | 41453 Landroid/view/InflateException;
|