platform_packages_apps_Laun.../quickstep
Sunny Goyal 719f58b23f Fixing dead lock in loading icon for recents
> getBitmapInfo() is called on background thead which blocks
  on the main thread to get InvariantDeviceProfile
> getDefaultIcon() can be called on the main thread, which
  would get blocked on a previous call of getBitmapInfo()

Bug: 117588621
Change-Id: I6549398c7e0a49284fe59950965495074ab8cdd0
2018-10-11 13:59:20 -07:00
..
libs Defer removing the task view until the app has drawn 2018-09-25 18:18:18 -07:00
res Import translations. DO NOT MERGE 2018-09-04 16:15:46 -07:00
src/com/android Fixing dead lock in loading icon for recents 2018-10-11 13:59:20 -07:00
tests/src/com/android/quickstep Adding tests for fallback recents when a 3rd party launcher is installed 2018-10-09 14:25:01 -07:00
AndroidManifest.xml Cleaning up build rules to simplify customizing derivative projects 2018-07-02 11:16:04 -07:00