Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
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 …]
/frameworks/base/core/java/android/view/
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
DLayoutInflater.java590 throws InflateException, IOException, XmlPullParserException { in advanceToRootNode()
599 throw new InflateException(parser.getPositionDescription() in advanceToRootNode()
649 throw new InflateException("<merge /> can be used only with a valid " in inflate()
699 final InflateException ie = new InflateException(e.getMessage(), e); in inflate()
703 final InflateException ie = new InflateException( in inflate()
768 throws ClassNotFoundException, InflateException { in createView()
797 throws ClassNotFoundException, InflateException { in createView()
862 final InflateException ie = new InflateException( in createView()
870 final InflateException ie = new InflateException( in createView()
879 final InflateException ie = new InflateException( in createView()
[all …]
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()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java27 import android.view.InflateException;
135 throw new InflateException("<drawable> tag must specify class attribute"); in inflateFromXmlForDensity()
212 final InflateException ie = new InflateException( in inflateFromClass()
218 final InflateException ie = new InflateException( in inflateFromClass()
224 final InflateException ie = new InflateException( in inflateFromClass()
229 final InflateException ie = new InflateException( in inflateFromClass()
/frameworks/base/core/java/android/transition/
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()
191 throw new InflateException("Could not add transition to another transition."); in createTransitionFromXml()
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()
[all …]
DTransition.java34 import android.view.InflateException;
313 throw new InflateException("Unknown match type in matchOrder: '" + token + "'"); in parseMatchOrder()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DSimpleInflater.java25 import android.view.InflateException;
98 throw new InflateException(parser.getPositionDescription() + ": No start tag found!"); in inflate()
105 throw new InflateException(e.getMessage(), e); in inflate()
107 throw new InflateException(parser.getPositionDescription() + ": " + e.getMessage(), e); in inflate()
130 } catch (InflateException e) { in createItemFromTag()
133 throw new InflateException( in createItemFromTag()
DReflectionInflater.java23 import android.view.InflateException;
108 throw new InflateException( in createItem()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java25 import android.view.InflateException;
116 throw new InflateException("The path is null, which is created" in parseInterpolatorFromTypeArray()
122 throw new InflateException("pathInterpolator requires the controlX1 attribute"); in parseInterpolatorFromTypeArray()
124 throw new InflateException("pathInterpolator requires the controlY1 attribute"); in parseInterpolatorFromTypeArray()
133 throw new InflateException( in parseInterpolatorFromTypeArray()
/frameworks/layoutlib/bridge/src/android/preference/
DBridgePreferenceInflater.java24 import android.view.InflateException;
50 } catch (ClassNotFoundException | InflateException exception) { in createItem()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java22 import android.view.InflateException;
225 throw new InflateException("Could not inflate " + name, e); in onCreateView()
227 throw new InflateException("Could not inflate " + name, e); in onCreateView()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java154 } catch (InflateException e) { in onCreateView()
312 } catch (InflateException e) { in createViewFromTag()
337 InflateException exception = new InflateException(); in createViewFromTag()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBar.java33 import android.view.InflateException;
97 throw new InflateException("Unable to find action bar layout (" + LAYOUT_ATTR_NAME in getLayoutResource()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java37 import android.view.InflateException;
308 throw new InflateException(" Can't morph from " + fromString + " to " + in getPVH()
467 throw new InflateException(arrayAnimator.getPositionDescription() in setupAnimatorForPath()
520 throw new InflateException(arrayObjectAnimator.getPositionDescription() in setupObjectAnimator()
/frameworks/base/config/
Dpreloaded-classes3786 android.view.InflateException
Dboot-image-profile.txt36495 Landroid/view/InflateException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32234 public class InflateException extends java.lang.RuntimeException {
32235 ctor public InflateException();
32236 ctor public InflateException(java.lang.String, java.lang.Throwable);
32237 ctor public InflateException(java.lang.String);
32238 ctor public InflateException(java.lang.Throwable);
32757 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
/frameworks/base/non-updatable-api/
Dcurrent.txt50187 public class InflateException extends java.lang.RuntimeException {
50188 ctor public InflateException();
50189 ctor public InflateException(String, Throwable);
50190 ctor public InflateException(String);
50191 ctor public InflateException(Throwable);
50768 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
50769 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
/frameworks/base/api/
Dcurrent.txt50331 public class InflateException extends java.lang.RuntimeException {
50332 ctor public InflateException();
50333 ctor public InflateException(String, Throwable);
50334 ctor public InflateException(String);
50335 ctor public InflateException(Throwable);
50912 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;
50913 … android.util.AttributeSet) throws java.lang.ClassNotFoundException, android.view.InflateException;