Remove ConfigurationChangeItem pooling (17/n).
Remove the use of ObjectPool in the creation and management of ConfigurationChangeItem object. Instead of being obtained from the pool, these objects are now directly instantiated, simplifying their handling and aligning with the broader removal of the object pooling mechanism. Bug: 311089192 Test: atest FrameworksCoreTests:ActivityThreadTest Test: atest FrameworksCoreTests:TransactionParcelTests Flag: EXEMPT removing com.android.window.flags.disable_object_pool Change-Id: I41b8161591264eb56b3f01ba778a1fa79d198ae6
Loading
Please register or sign in to comment