/frameworks/base/core/java/android/view/ |
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
|
D | LayoutInflater.java | 593 throws InflateException, IOException, XmlPullParserException { in advanceToRootNode() 602 throw new InflateException(parser.getPositionDescription() in advanceToRootNode() 652 throw new InflateException("<merge /> can be used only with a valid " in inflate() 702 final InflateException ie = new InflateException(e.getMessage(), e); in inflate() 706 final InflateException ie = new InflateException( in inflate() 771 throws ClassNotFoundException, InflateException { in createView() 800 throws ClassNotFoundException, InflateException { in createView() 865 final InflateException ie = new InflateException( in createView() 873 final InflateException ie = new InflateException( in createView() 882 final InflateException ie = new InflateException( in createView() [all …]
|
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()
|
/frameworks/base/core/java/android/preference/ |
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 …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | DrawableInflater.java | 30 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/ |
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() 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 …]
|
D | Transition.java | 34 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/ |
D | SimpleInflater.java | 25 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()
|
D | ReflectionInflater.java | 23 import android.view.InflateException; 108 throw new InflateException( in createItem()
|
/frameworks/base/core/java/android/view/animation/ |
D | PathInterpolator.java | 25 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/ |
D | BridgePreferenceInflater.java | 24 import android.view.InflateException; 50 } catch (ClassNotFoundException | InflateException exception) { in createItem()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | InjectionInflationController.java | 22 import android.view.InflateException; 213 throw new InflateException("Could not inflate " + name, e); in onCreateView() 215 throw new InflateException("Could not inflate " + name, e); in onCreateView()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 154 } 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/ |
D | FrameworkActionBar.java | 33 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/ |
D | AnimatorInflater.java | 37 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/ |
D | preloaded-classes | 3786 android.view.InflateException
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |