That is, will it inflate the layout immediately in a blocking way, and call onInflateFinished() before returning, or does it return immediately and schedule the inflation for later?
That is, will it inflate the layout immediately in a blocking way, and call
Share
Inflateis synchronous. There’s no point of it to be asynchronous, not to mention getting return value, would become quite complicated.See docs: