1. 6ef9cc6 Make WindowContainer surfaces container layers by default. by Chavi Weingarten · 5 years ago
  2. 424e875 Merge changes from topic "sc-destruction-cleanup" by Rob Carr · 5 years ago
  3. 5ea304d Replace SurfaceControl#destroy with #remove by Robert Carr · 5 years ago
  4. d76074a SurfaceView: Check correct OPAQUE flag for background visibility. by Robert Carr · 5 years ago
  5. f6ef183 Revert "Make WindowContainer surfaces container layers by default." by Jorim Jaggi · 5 years ago
  6. e82defc Merge "Make WindowContainer surfaces container layers by default." by Chavi Weingarten · 5 years ago
  7. 139c777 Make WindowContainer surfaces container layers by default. by chaviw · 5 years ago
  8. a2bd3b6 Correct SurfaceView background visibility. by Robert Carr · 5 years ago
  9. 76907ee Unhide parts of SurfaceControl API in SDK. by Robert Carr · 6 years ago
  10. 18a8219 Replace SurfaceView background with boundless color layer. by Robert Carr · 6 years ago
  11. 5fea55b Remove usage of scoped connections. by Robert Carr · 6 years ago
  12. 31755f9 Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  13. ff2e7d8 Reparent DisplayContent layers to SurfaceControl for ActivityView by chaviw · 6 years ago
  14. e86bd98 WM: Removes setSize from buffer-less surfaces by Vishnu Nair · 6 years ago
  15. d454442d SF: Add support for boundless layers 2/2 by Vishnu Nair · 6 years ago
  16. 32f140aa6 Rename & package shuffle by John Reck · 6 years ago
  17. 6b16440 De-couple RenderNode from View package by John Reck · 6 years ago
  18. b040c01 WM: Parent SurfaceView to a new bounds surface by Vishnu Nair · 6 years ago
  19. aeab1b8 SF: Remove setFinalCrop impl 1/2 by Vishnu Nair · 6 years ago
  20. a570dee Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  21. e332fe4 Merge "don't call setSize() when creating SurfaceControl" am: 57e98b19be by youngmin0822.lee · 6 years ago
  22. 4dde7d1 don't call setSize() when creating SurfaceControl by youngmin0822.lee · 6 years ago
  23. 29daa92 Detach children when stopping app. by Robert Carr · 6 years ago
  24. 386fd70 Fix SurfaceView Background by Robert Carr · 6 years ago
  25. 27a800a SurfaceView: Expose hook for subclass to position child surfaces. by Robert Carr · 6 years ago
  26. 9219b31 Revert "Revert "Remove a compat hack SurfaceView#setWindowType()"" by Tarandeep Singh · 6 years ago
  27. cf8f683 Set ActivityView background to current top task's color by Andrii Kulian · 6 years ago
  28. e99bc05 WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into services by Adrian Roos · 7 years ago
  29. e625fcf Introduce SurfaceControl Builder API by Robert Carr · 7 years ago
  30. a59c3a5 Fix window visibility during layout by Karthik Ravi Shankar · 7 years ago
  31. 9309c19 Revert "Remove a compat hack SurfaceView#setWindowType()" by Yohei Yukawa · 7 years ago
  32. 7a1ad6d Remove a compat hack SurfaceView#setWindowType() by Yohei Yukawa · 7 years ago
  33. c90e5f8 Fix incorrect SV calculation in non-RT codepath. by Robert Carr · 7 years ago
  34. 7c67b7d SurfaceView: Avoid initializing Surface from an invalid SurfaceControl. by Robert Carr · 7 years ago
  35. 70f1565 Merge "SurfaceView: Fix positioning issue when toggling visibility." into oc-dev by Rob Carr · 7 years ago
  36. ad3a493 SurfaceView: Fix positioning issue when toggling visibility. by Robert Carr · 7 years ago
  37. 453fc36 Limit creating new surface for legacy apps to size changes. by Bryce Lee · 7 years ago
  38. 02949f1 Create native Surface object on updateWindow for legacy apps. by Bryce Lee · 7 years ago
  39. 552da0e SurfaceView: Fix missing override for SurfaceControl proxy by Robert Carr · 7 years ago
  40. 851e7e4 SurfaceView: Correct inverted alpha detection condition. by Robert Carr · 7 years ago
  41. 5523555 Reinstate SurfaceView Background from N by Robert Carr · 7 years ago
  42. b53670a SurfaceView: Avoid over-reporting DRAW_FINISHED. by Robert Carr · 7 years ago
  43. 7992500 Fix SurfaceView handler. by John Reck · 7 years ago
  44. d9bf5ec Merge "SurfaceView: Wait to gather transparent region." into oc-dev by Rob Carr · 7 years ago
  45. 3ca12be7 SurfaceView: Wait to gather transparent region. by Robert Carr · 7 years ago
  46. 7367809 SurfaceView: Don't destroy Surface while Stopped. by Robert Carr · 7 years ago
  47. f383c24 Unbreak even more APK 26 apps running on "O" preview/beta builds. by Jeff Sharkey · 7 years ago
  48. 00177cc SurfaceView: Reset window stopped state when attaching to window. by Robert Carr · 7 years ago
  49. de84443 SurfaceView: Release Surface with SurfaceControl. by Robert Carr · 7 years ago
  50. 3651ab8 Fix logspam NPE. by Robert Carr · 7 years ago
  51. 0c20734 Fix for SurfaceView out of a view hierarchy by Lucas Dupin · 7 years ago
  52. 414ebc6 ViewRoot: More surgically fix child-life time. by Robert Carr · 7 years ago
  53. 16e5089 Revert "ViewRootImpl: Fix child lifetime." by Bryce Lee · 7 years ago
  54. ba29dbc ViewRootImpl: Fix child lifetime. by Robert Carr · 7 years ago
  55. 8508bb2 SurfaceView: Make surfaceRedrawNeededAsync work with WM bypass. by Robert Carr · 7 years ago
  56. 3bc95b5 SurfaceView: Fix Surface leak when changing format. by Robert Carr · 7 years ago
  57. 44ab575 SurfaceView: Fix some log spam. by Robert Carr · 7 years ago
  58. 3b5011a Add a compat hack into SurfaceView#setWindowType() by Yohei Yukawa · 7 years ago
  59. 511719f SurfaceView: Update matrix when buffer size changes. by Robert Carr · 7 years ago
  60. d5c7dd6 Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 7 years ago
  61. 5aec7b9 Revert "Modify SurfaceView to use SurfaceFlinger child surfaces." by Wonsik Kim · 7 years ago
  62. cd4aeef Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 7 years ago
  63. 3896db1 Revert "Modify SurfaceView to use SurfaceFlinger child surfaces." by Jeff Tinker · 7 years ago
  64. 693f343 Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 8 years ago
  65. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  66. 25cfa13 Provide non-blocking SurfaceView draw notification path. by Robert Carr · 8 years ago
  67. 3acf0382 Add benchmarks for View inflation by John Reck · 8 years ago
  68. 6bc7014 Add SurfaceHolder#lockHardwareCanvas() by John Reck · 8 years ago
  69. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  70. 15473e0 SurfaceView only call forceDisconnect if isValid am: 6ba466ff3e am: 5a0da698a7 by John Reck · 8 years ago
  71. 6ba466f SurfaceView only call forceDisconnect if isValid by John Reck · 8 years ago
  72. 603ed53 SurfaceView: Force surface disconnection before reuse. am: 387838be95 am: 288ce4fc42 by Robert Carr · 8 years ago
  73. 288ce4f SurfaceView: Force surface disconnection before reuse. am: 387838be95 by Robert Carr · 8 years ago
  74. 9d88f86 Merge "SurfaceView: Force surface disconnection before reuse." into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  75. 387838b SurfaceView: Force surface disconnection before reuse. by Robert Carr · 8 years ago
  76. 4522876 SurfaceView: Correct coordinate space in windowPositionLostRT. am: 3387913237 am: d0c9771e49 by Robert Carr · 8 years ago
  77. 3387913 SurfaceView: Correct coordinate space in windowPositionLostRT. by Robert Carr · 8 years ago
  78. 71c5102 resolve merge conflicts of bde1d34 to master by Svetoslav Ganov · 8 years ago
  79. aa07653 Prevent apps to overlay other apps via toast windows by Svetoslav Ganov · 8 years ago
  80. 077cde7 Clean up VideoView, SurfaceView constructors am: 768ca7d19b am: 9af5e5b31b by Alan Viverette · 8 years ago
  81. 768ca7d Clean up VideoView, SurfaceView constructors by Alan Viverette · 8 years ago
  82. 2fc661a Revert "Prevent apps to overlay other apps via toast windows" by Svetoslav Ganov · 8 years ago
  83. dc24f93 Prevent apps to overlay other apps via toast windows by Svet Ganov · 8 years ago
  84. 49b593e Remove unused SurfaceView state. by Robert Carr · 8 years ago
  85. 0fc8707 Merge \"Add missing null checks\" into nyc-dev am: 02e391585d by John Reck · 8 years ago
  86. 474659c Add missing null checks by John Reck · 8 years ago
  87. 0a3a75e Merge \"Change approach for windowPositionLostRT\" into nyc-dev am: 16038a0c5f by John Reck · 8 years ago
  88. f23a1b8 Change approach for windowPositionLostRT by John Reck · 8 years ago
  89. 15e0bb4 SurfaceView: Careful with FLAG_PRESERVE_GEOMETRY. by Robert Carr · 8 years ago
  90. 34bf49e DO NOT MERGE Move SurfaceView offscreen if the app stops drawing it by John Reck · 8 years ago
  91. aa6e84f Move SurfaceView offscreen if the app stops drawing it by John Reck · 8 years ago
  92. 6ee192f Document that SurfaceView is synchronous in N by Chris Craik · 8 years ago
  93. f057fb5 Fix sw legacy compat path in SurfaceView by John Reck · 8 years ago
  94. 0b10c33 Ensure we change SurfaceView size from UI thread. by Robert Carr · 8 years ago
  95. 6136273 Don't change geometry in relayout if preserve geometry is requested by Chong Zhang · 8 years ago
  96. 0ffd49c Always consume bottom insets when navigation bar is force shown by Jorim Jaggi · 8 years ago
  97. afeea9b Include containing window title in SurfaceView's title by John Reck · 8 years ago
  98. f648108 Have RT drive window positioning by John Reck · 8 years ago
  99. a4a58ef Fix app staying in drag resizing when undocking by Jorim Jaggi · 8 years ago
  100. d86c63a Layout SurfaceView in parent frame. by Robert Carr · 9 years ago