summaryrefslogtreecommitdiff
path: root/core/java/android/view/LayoutInflater.java
AgeCommit message (Expand)Author
2022-05-05LayoutInflater: Opportunistically create views directly for performanceDanny Lin
2021-04-07Allow config context to inflate viewsCharles Chen
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-08-03Annotating context in framework baseCharles Chen
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Add explicit note that LayoutInflater is not thread-safeAlan Viverette
2019-04-10Hard-disable precompiled layoutsEric Holk
2019-04-03Merge "Use Class.forName instead of ClassLoader.loadClass." am: dc489aba0e am...Nicolas Geoffray
2019-04-03Use Class.forName instead of ClassLoader.loadClass.Nicolas Geoffray
2019-03-14Remove interfaces for runtime and runtime_native namespaces.Matt Pape
2019-03-06Start throwing better exceptions in LayoutInflater.Aurimas Liutikas
2019-02-13Merge "Fix hidden usage sConstructorMap"Cătălin Tudor
2019-02-12Merge "Revert "Revert "Add view inflation device config property"""Mathieu Chartier
2019-02-12Fix hidden usage sConstructorMapCătălin Tudor
2019-02-11Merge "Remove access to private field mFactorySet."TreeHugger Robot
2019-02-11Revert "Revert "Add view inflation device config property""Mathieu Chartier
2019-02-07Remove access to private field mFactorySet.George Mount
2019-02-07Revert "Add view inflation device config property"John Reck
2019-02-07Open API for onCreateView and createView with ContextGeorge Mount
2019-02-04Add view inflation device config propertyMathieu Chartier
2019-01-31Merge "Rename preferCodeIntegrity to useEmbeddedDex"TreeHugger Robot
2019-01-31Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh
2019-01-30[layout precompilation] Add testing hook for precompiled layoutsEric Holk
2019-01-29[layout precompilation] Add testing hook for precompiled layoutsEric Holk
2019-01-17[layout compilation] Disable precompiled layouts when preferCodeIntegrity is setEric Holk
2019-01-17Merge "[LayoutInflater] Use precompiled layouts if available" am: cb5f54e264 ...Eric Holk
2019-01-17[LayoutInflater] Use precompiled layouts if availableEric Holk
2019-01-04Merge "Add tryCreateView to LayoutInflater" am: aa8f1b7033 am: 07b293f8afEric Holk
2019-01-04Add tryCreateView to LayoutInflaterEric Holk
2019-01-02Merge "[LayoutInflater] Cleanup - remove some nesting" am: 3a0fe2cdab am: a26...Eric Holk
2019-01-02[LayoutInflater] Cleanup - remove some nestingEric Holk
2018-10-24Moved LayoutInflater#mContext to dark grey listCătălin Tudor
2018-09-12Annotate LayoutInflater.Factory2 with nullability annotationsIan Lake
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-05-26Resolve inflate attr against default packageAlan Viverette
2017-05-12Fix the status icon colors in QSJason Monk
2017-03-02Changing initial and default focus behaviorEvan Rosky
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2015-12-31Experimental: verify cached constructors before use.Mathew Inwood
2015-10-19Fix trace end in inflateJohn Reck
2015-09-25Clear stack trace from re-thrown inflater exceptionsAlan Viverette
2015-05-04Always force constructors accessible during inflationAlan Viverette
2015-04-30LayoutInflater should always try to generate LayoutParams for includeAlan Viverette
2015-03-20Correctly apply android:theme attribute from <include> tagAlan Viverette
2015-03-09Make TypedArray and LayoutInflater exceptions more usefulAlan Viverette
2015-02-18Add @ResourceInt annotations on APIsTor Norbye