Home
last modified time | relevance | path

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

12

/frameworks/support/preference/src/main/java/androidx/preference/
DPreferenceInflater.java24 import android.view.InflateException;
159 throw new InflateException(parser.getPositionDescription() in inflate()
172 } catch (InflateException e) { in inflate()
175 final InflateException ex = new InflateException(e.getMessage()); in inflate()
179 final InflateException ex = new InflateException( in inflate()
221 throws ClassNotFoundException, InflateException { in createItem()
244 throw new InflateException(attrs in createItem()
265 final InflateException ie = new InflateException(attrs in createItem()
300 } catch (InflateException e) { in createItemFromTag()
304 final 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.java470 throw new InflateException(parser.getPositionDescription() in inflate()
485 throw new InflateException("<merge /> can be used only with a valid " in inflate()
535 final InflateException ie = new InflateException(e.getMessage(), e); in inflate()
539 final InflateException ie = new InflateException(parser.getPositionDescription() in inflate()
593 throws ClassNotFoundException, InflateException { in createView()
657 final InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
664 final InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
672 final InflateException ie = new InflateException( in createView()
686 throw new InflateException(attrs.getPositionDescription() in failNotAllowed()
798 } catch (InflateException e) { in createViewFromTag()
[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/core/java/android/preference/
DGenericInflater.java32 import android.view.InflateException;
307 throw new InflateException(parser.getPositionDescription() in inflate()
332 } catch (InflateException e) { in inflate()
336 InflateException ex = new InflateException(e.getMessage()); in inflate()
340 InflateException ex = new InflateException( in inflate()
369 throws ClassNotFoundException, InflateException { in createItem()
388 InflateException ie = new InflateException(attrs in createItem()
399 InflateException ie = new InflateException(attrs in createItem()
439 } catch (InflateException e) { in createItemFromTag()
443 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java29 import android.view.InflateException;
133 throw new InflateException("<drawable> tag must specify class attribute"); in inflateFromXmlForDensity()
210 final InflateException ie = new InflateException( in inflateFromClass()
216 final InflateException ie = new InflateException( in inflateFromClass()
222 final InflateException ie = new InflateException( in inflateFromClass()
227 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.java33 import android.view.InflateException;
312 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;
101 throw new InflateException(parser.getPositionDescription() in inflate()
109 throw new InflateException(e.getMessage(), e); in inflate()
111 throw new InflateException(parser.getPositionDescription() + ": " + e.getMessage(), e); in inflate()
132 } catch (InflateException e) { in createItemFromTag()
135 throw new InflateException(attrs.getPositionDescription() in createItemFromTag()
DReflectionInflater.java23 import android.view.InflateException;
112 throw new InflateException(attrs.getPositionDescription() in createItem()
/frameworks/support/transition/src/main/java/androidx/transition/
DTransitionInflater.java25 import android.view.InflateException;
73 throw new InflateException(e.getMessage(), e); in inflateTransition()
75 throw new InflateException( in inflateTransition()
95 InflateException ex = new InflateException(e.getMessage()); in inflateTransitionManager()
99 InflateException ex = new InflateException( in inflateTransitionManager()
184 throw new InflateException("Could not add transition to another transition."); in createTransitionFromXml()
196 throw new InflateException(tag + " tag must have a 'class' attribute"); in createCustom()
216 throw new InflateException("Could not instantiate " + expectedType + " class " in createCustom()
DTransition.java33 import android.view.InflateException;
322 throw new InflateException("Unknown match type in matchOrder: '" + token + "'"); in parseMatchOrder()
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
DPathInterpolatorCompat.java29 import android.view.InflateException;
87 throw new InflateException("The path is null, which is created" in parseInterpolatorFromTypeArray()
93 throw new InflateException("pathInterpolator requires the controlX1 attribute"); in parseInterpolatorFromTypeArray()
95 throw new InflateException("pathInterpolator requires the controlY1 attribute"); in parseInterpolatorFromTypeArray()
106 throw new InflateException("pathInterpolator requires both controlX2 and" in parseInterpolatorFromTypeArray()
DAnimatorInflaterCompat.java44 import android.view.InflateException;
240 throw new InflateException(" Can't morph from " + fromString + " to " in getPVH()
415 throw new InflateException(arrayObjectAnimator.getPositionDescription() in setupObjectAnimator()
/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/support/v7/appcompat/src/main/java/androidx/appcompat/view/
DSupportMenuInflater.java31 import android.view.InflateException;
130 throw new InflateException("Error inflating menu XML", e); in inflate()
132 throw new InflateException("Error inflating menu XML", e); in inflate()
252 InflateException ex = new InflateException( in InflatedOnMenuItemClickListener()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DDataBindingUtilTest.java22 import android.view.InflateException;
101 } catch (InflateException e) { in testInflate()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java141 } catch (InflateException e) { in onCreateView()
283 } catch (InflateException e) { in createViewFromTag()
308 InflateException exception = new InflateException(); in createViewFromTag()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBar.java34 import android.view.InflateException;
99 throw new InflateException("Unable to find action bar layout (" + LAYOUT_ATTR_NAME in getLayoutResource()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatViewInflater.java25 import android.view.InflateException;
310 throws ClassNotFoundException, InflateException { in createViewByPrefix()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DDataBindingUtil.java21 import android.view.InflateException;
/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/packages/SettingsLib/src/com/android/settingslib/suggestions/
DSuggestionParser.java41 import android.view.InflateException;
426 throw new InflateException(parser.getPositionDescription() in parse()

12