1. 29daa92 Detach children when stopping app. by Robert Carr · 6 years ago
  2. 386fd70 Fix SurfaceView Background by Robert Carr · 6 years ago
  3. 27a800a SurfaceView: Expose hook for subclass to position child surfaces. by Robert Carr · 6 years ago
  4. 9219b31 Revert "Revert "Remove a compat hack SurfaceView#setWindowType()"" by Tarandeep Singh · 6 years ago
  5. cf8f683 Set ActivityView background to current top task's color by Andrii Kulian · 6 years ago
  6. e99bc05 WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into services by Adrian Roos · 7 years ago
  7. e625fcf Introduce SurfaceControl Builder API by Robert Carr · 7 years ago
  8. a59c3a5 Fix window visibility during layout by Karthik Ravi Shankar · 7 years ago
  9. 9309c19 Revert "Remove a compat hack SurfaceView#setWindowType()" by Yohei Yukawa · 7 years ago
  10. 7a1ad6d Remove a compat hack SurfaceView#setWindowType() by Yohei Yukawa · 7 years ago
  11. c90e5f8 Fix incorrect SV calculation in non-RT codepath. by Robert Carr · 7 years ago
  12. 7c67b7d SurfaceView: Avoid initializing Surface from an invalid SurfaceControl. by Robert Carr · 7 years ago
  13. 70f1565 Merge "SurfaceView: Fix positioning issue when toggling visibility." into oc-dev by Rob Carr · 7 years ago
  14. ad3a493 SurfaceView: Fix positioning issue when toggling visibility. by Robert Carr · 7 years ago
  15. 453fc36 Limit creating new surface for legacy apps to size changes. by Bryce Lee · 7 years ago
  16. 02949f1 Create native Surface object on updateWindow for legacy apps. by Bryce Lee · 7 years ago
  17. 552da0e SurfaceView: Fix missing override for SurfaceControl proxy by Robert Carr · 7 years ago
  18. 851e7e4 SurfaceView: Correct inverted alpha detection condition. by Robert Carr · 7 years ago
  19. 5523555 Reinstate SurfaceView Background from N by Robert Carr · 7 years ago
  20. b53670a SurfaceView: Avoid over-reporting DRAW_FINISHED. by Robert Carr · 7 years ago
  21. 7992500 Fix SurfaceView handler. by John Reck · 7 years ago
  22. d9bf5ec Merge "SurfaceView: Wait to gather transparent region." into oc-dev by Rob Carr · 7 years ago
  23. 3ca12be7 SurfaceView: Wait to gather transparent region. by Robert Carr · 7 years ago
  24. 7367809 SurfaceView: Don't destroy Surface while Stopped. by Robert Carr · 7 years ago
  25. f383c24 Unbreak even more APK 26 apps running on "O" preview/beta builds. by Jeff Sharkey · 7 years ago
  26. 00177cc SurfaceView: Reset window stopped state when attaching to window. by Robert Carr · 7 years ago
  27. de84443 SurfaceView: Release Surface with SurfaceControl. by Robert Carr · 7 years ago
  28. 3651ab8 Fix logspam NPE. by Robert Carr · 7 years ago
  29. 0c20734 Fix for SurfaceView out of a view hierarchy by Lucas Dupin · 7 years ago
  30. 414ebc6 ViewRoot: More surgically fix child-life time. by Robert Carr · 7 years ago
  31. 16e5089 Revert "ViewRootImpl: Fix child lifetime." by Bryce Lee · 7 years ago
  32. ba29dbc ViewRootImpl: Fix child lifetime. by Robert Carr · 7 years ago
  33. 8508bb2 SurfaceView: Make surfaceRedrawNeededAsync work with WM bypass. by Robert Carr · 7 years ago
  34. 3bc95b5 SurfaceView: Fix Surface leak when changing format. by Robert Carr · 7 years ago
  35. 44ab575 SurfaceView: Fix some log spam. by Robert Carr · 7 years ago
  36. 3b5011a Add a compat hack into SurfaceView#setWindowType() by Yohei Yukawa · 7 years ago
  37. 511719f SurfaceView: Update matrix when buffer size changes. by Robert Carr · 7 years ago
  38. d5c7dd6 Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 7 years ago
  39. 5aec7b9 Revert "Modify SurfaceView to use SurfaceFlinger child surfaces." by Wonsik Kim · 7 years ago
  40. cd4aeef Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 7 years ago
  41. 3896db1 Revert "Modify SurfaceView to use SurfaceFlinger child surfaces." by Jeff Tinker · 7 years ago
  42. 693f343 Modify SurfaceView to use SurfaceFlinger child surfaces. by Robert Carr · 8 years ago
  43. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  44. 25cfa13 Provide non-blocking SurfaceView draw notification path. by Robert Carr · 8 years ago
  45. 3acf0382 Add benchmarks for View inflation by John Reck · 8 years ago
  46. 6bc7014 Add SurfaceHolder#lockHardwareCanvas() by John Reck · 8 years ago
  47. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  48. 15473e0 SurfaceView only call forceDisconnect if isValid am: 6ba466ff3e am: 5a0da698a7 by John Reck · 8 years ago
  49. 6ba466f SurfaceView only call forceDisconnect if isValid by John Reck · 8 years ago
  50. 603ed53 SurfaceView: Force surface disconnection before reuse. am: 387838be95 am: 288ce4fc42 by Robert Carr · 8 years ago
  51. 288ce4f SurfaceView: Force surface disconnection before reuse. am: 387838be95 by Robert Carr · 8 years ago
  52. 9d88f86 Merge "SurfaceView: Force surface disconnection before reuse." into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  53. 387838b SurfaceView: Force surface disconnection before reuse. by Robert Carr · 8 years ago
  54. 4522876 SurfaceView: Correct coordinate space in windowPositionLostRT. am: 3387913237 am: d0c9771e49 by Robert Carr · 8 years ago
  55. 3387913 SurfaceView: Correct coordinate space in windowPositionLostRT. by Robert Carr · 8 years ago
  56. 71c5102 resolve merge conflicts of bde1d34 to master by Svetoslav Ganov · 8 years ago
  57. aa07653 Prevent apps to overlay other apps via toast windows by Svetoslav Ganov · 8 years ago
  58. 077cde7 Clean up VideoView, SurfaceView constructors am: 768ca7d19b am: 9af5e5b31b by Alan Viverette · 8 years ago
  59. 768ca7d Clean up VideoView, SurfaceView constructors by Alan Viverette · 8 years ago
  60. 2fc661a Revert "Prevent apps to overlay other apps via toast windows" by Svetoslav Ganov · 8 years ago
  61. dc24f93 Prevent apps to overlay other apps via toast windows by Svet Ganov · 8 years ago
  62. 49b593e Remove unused SurfaceView state. by Robert Carr · 8 years ago
  63. 0fc8707 Merge \"Add missing null checks\" into nyc-dev am: 02e391585d by John Reck · 8 years ago
  64. 474659c Add missing null checks by John Reck · 8 years ago
  65. 0a3a75e Merge \"Change approach for windowPositionLostRT\" into nyc-dev am: 16038a0c5f by John Reck · 8 years ago
  66. f23a1b8 Change approach for windowPositionLostRT by John Reck · 8 years ago
  67. 15e0bb4 SurfaceView: Careful with FLAG_PRESERVE_GEOMETRY. by Robert Carr · 8 years ago
  68. 34bf49e DO NOT MERGE Move SurfaceView offscreen if the app stops drawing it by John Reck · 8 years ago
  69. aa6e84f Move SurfaceView offscreen if the app stops drawing it by John Reck · 8 years ago
  70. 6ee192f Document that SurfaceView is synchronous in N by Chris Craik · 8 years ago
  71. f057fb5 Fix sw legacy compat path in SurfaceView by John Reck · 8 years ago
  72. 0b10c33 Ensure we change SurfaceView size from UI thread. by Robert Carr · 8 years ago
  73. 6136273 Don't change geometry in relayout if preserve geometry is requested by Chong Zhang · 8 years ago
  74. 0ffd49c Always consume bottom insets when navigation bar is force shown by Jorim Jaggi · 8 years ago
  75. afeea9b Include containing window title in SurfaceView's title by John Reck · 8 years ago
  76. f648108 Have RT drive window positioning by John Reck · 8 years ago
  77. a4a58ef Fix app staying in drag resizing when undocking by Jorim Jaggi · 8 years ago
  78. d86c63a Layout SurfaceView in parent frame. by Robert Carr · 8 years ago
  79. 2e95a48 More optimization while dragging docked divider by Jorim Jaggi · 9 years ago
  80. cd9a18c Set SCALING_MODE_NO_SCALE_CROP for SurfaceView. by Robert Carr · 9 years ago
  81. 64aadd0 Clarify geometry management for SurfaceView by Robert Carr · 9 years ago
  82. 253a20f Fix black holes and flickering in docked resizing by Jorim Jaggi · 9 years ago
  83. 7d73643 Revert "Clarify geometry management for SurfaceView" by Bart Sears · 9 years ago
  84. 78a45f2 Clarify geometry management for SurfaceView by Robert Carr · 9 years ago
  85. 64e516f Sync SurfaceView position changes to parent render. by Rob Carr · 9 years ago
  86. 7e1d861 Revert "Sync SurfaceView position changes to parent render." by Rob Carr · 9 years ago
  87. 6104dc9 Sync SurfaceView position changes to parent render. by Robert Carr · 9 years ago
  88. a8fe43f Ensure SurfaceView requests WM relayout when size changes. by Robert Carr · 9 years ago
  89. 6fa9512 Set the right reportNextDraw by John Reck · 9 years ago
  90. 2217f61 Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev"" by Filip Gruszczynski · 9 years ago
  91. 4bb6b75 Revert "resolved conflicts for merge of 47249f2a to mnc-dev" by Dianne Hackborn · 9 years ago
  92. 3e11bf3 Support for devices with a chin. by Filip Gruszczynski · 9 years ago
  93. 37d7a68 Fix inset hinting when adding window by Adrian Roos · 10 years ago
  94. 77e4a52 Re-allow suppressing onDetachedFromWindow by John Reck · 10 years ago
  95. fa10423 Add stable insets for stable system windows by Adrian Roos · 10 years ago
  96. 9a22f0f Add overlay view in Tv Input Framework by Youngsang Cho · 10 years ago
  97. edb6719 Merge "Revert "VideoPlaneView initial implementation"" by Wonsik Kim · 10 years ago
  98. 475e3f0 Revert "VideoPlaneView initial implementation" by Wonsik Kim · 10 years ago
  99. b14dfe2 Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()"" by John Reck · 10 years ago
  100. bac16fa Revert "Workaround apps not calling super.onDetachedFromWindow()" by Bart Sears · 10 years ago