1. d27f6b3 Merge "Expose task id and activity component in task snapshot and assist structure" by Winson Chung · 6 years ago
  2. e01fd19 Merge "Implement new API of external display settings (1/2)" by Chilun Huang · 6 years ago
  3. 662547a Merge "Fix ZOrderingTest got NPE during display creation." by TreeHugger Robot · 6 years ago
  4. 8753ad3 Implement new API of external display settings (1/2) by Chilun · 6 years ago
  5. 03faa14 Merge "Add dev option to force desktop mode" by Andrii Kulian · 6 years ago
  6. 48b2565 Expose task id and activity component in task snapshot and assist structure by Winson Chung · 6 years ago
  7. 355ea85 Merge "Unify Activities and Windows under one lock (38/n)" by Wale Ogunwale · 6 years ago
  8. 799dd1c Fix ZOrderingTest got NPE during display creation. by lumark · 6 years ago
  9. 15cfb42 Add dev option to force desktop mode by Andrii Kulian · 6 years ago
  10. 1f5e53d Unify Activities and Windows under one lock (38/n) by Wale Ogunwale · 6 years ago
  11. e747c3e Move some display logic into hierarchy [2/2] by Evan Rosky · 6 years ago
  12. b6e148c Fix error prone build of WM tests in FrameworksServicesTests by Tadashi G. Takaoka · 6 years ago
  13. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago
  14. db485de Don't use WMS.mWindowMap to synchronize WM critical section (36/n) by Wale Ogunwale · 6 years ago
  15. a65212d Move simple WindowManager tests to WmTests by Tadashi G. Takaoka · 6 years ago
  16. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  17. f53da81 Support forced display properties on secondary display by Riddle Hsu · 6 years ago
  18. 7301399 Merge "Persist user rotations of external displays." by Garfield Tan · 6 years ago
  19. ebfde33 Mark 4 tests as FlakyTest by Dan Shi · 6 years ago
  20. 90c9005 Persist user rotations of external displays. by Garfield Tan · 6 years ago
  21. 71b9bd8 Merge "Release SurfaceControl native resource when test finishes" by TreeHugger Robot · 6 years ago
  22. 041a05a Release SurfaceControl native resource when test finishes by Tadashi G. Takaoka · 6 years ago
  23. be5ce21 Support monitor input per display (2/2) by Arthur Hung · 6 years ago
  24. 02f2a31 Merge "Add Context.getDisplayId() to avoid possible IPC" by TreeHugger Robot · 6 years ago
  25. a118b3a Use task position for transition in freeform mode by Riddle Hsu · 6 years ago
  26. 5281b6b Add Context.getDisplayId() to avoid possible IPC by Yohei Yukawa · 6 years ago
  27. c98f682 Remove unnecessary assert helpers from WindowTestBase by Tadashi G. Takaoka · 6 years ago
  28. c8f2c14 Fix missing WindowTestBase.tearDown call by Tadashi G. Takaoka · 6 years ago
  29. 5d4333c Merge "Let AppTransition has its own Handler." by TreeHugger Robot · 6 years ago
  30. 495de00 Merge "Refactor DisplayCutout to use Rect instead of Region." by Issei Suzuki · 6 years ago
  31. 23b5459 Let AppTransition has its own Handler. by lumark · 6 years ago
  32. 1e5b10a Track focus changes on external displays (2/4) by Tiger Huang · 6 years ago
  33. 43190bd Refactor DisplayCutout to use Rect instead of Region. by Issei Suzuki · 6 years ago
  34. d694161 WM: Mark RecentsAnimationControllerTest#testIncludedApps_expectTargetAndVisible as flaky by Vishnu Nair · 6 years ago
  35. 732446a Allow launcher to control home app surfaces during recents animation by Winson Chung · 6 years ago
  36. e727d74 Merge "WM: Fix WindowStateTests#testSeamlesslyRotateWindow" by TreeHugger Robot · 6 years ago
  37. 453e851 Merge "Stop WindowTracingTest and WindowStateTests from running in postsubmit" by TreeHugger Robot · 6 years ago
  38. e822947 Stop WindowTracingTest and WindowStateTests from running in postsubmit by Dan Shi · 6 years ago
  39. d4d895e Remove a special optimization for a quite rare scenario by Yohei Yukawa · 6 years ago
  40. d8c664b WM: Fix WindowStateTests#testSeamlesslyRotateWindow by Vishnu Nair · 6 years ago
  41. 3d294e7 Revert "Move AM/WM unit tests out of FrameworksServicesTests to WmTests" by John Reck · 6 years ago
  42. 337db2d Move AM/WM unit tests out of FrameworksServicesTests to WmTests by Tadashi G. Takaoka · 6 years ago
  43. 1454b39 Removed global windowFrames from PWM by chaviw · 6 years ago
  44. 2f6e174 Fix z-order of displays when adjusting position of stack by Riddle Hsu · 6 years ago
  45. 90120a8 Support IME Window to show in secondary display. by lumark · 6 years ago
  46. 9c81e63 Move WS insets into WindowFrames by chaviw · 6 years ago
  47. a44cb85 Merge "WM: Fix DisplayCutout computation in WindowState.computeFrameLw" by TreeHugger Robot · 6 years ago
  48. 4281910 Merge "Simplify getting top display focused stack" by TreeHugger Robot · 6 years ago
  49. 49c27ff WM: Fix DisplayCutout computation in WindowState.computeFrameLw by Adrian Roos · 6 years ago
  50. 86cb7de Simplify getting top display focused stack by Riddle Hsu · 6 years ago
  51. e24ed79 Hide IInputMethodManager.{add,remove}Client() from apps by Yohei Yukawa · 6 years ago
  52. 0236020 Merge "WM: Consolidate seamless rotation logic" by TreeHugger Robot · 6 years ago
  53. ddd8074 WM: Consolidate seamless rotation logic by Vishnu Nair · 6 years ago
  54. 0315466 Merge "Cutout: Add developer setting to mask the display cutout" into pi-dev am: c05c2d1e48 by Adrian Roos · 6 years ago
  55. 8c28c7c Cutout: Add developer setting to mask the display cutout by Adrian Roos · 6 years ago
  56. 7f9c16c WM: Fix flaky DragDropControllerTests tests by Vishnu Nair · 6 years ago
  57. ace398c Merge "Migrate frameworks/base/services/tests/servicestests to androidx.test" by TreeHugger Robot · 6 years ago
  58. a4d6fa2 Get gravity of menu panel by display by Riddle Hsu · 6 years ago
  59. 38539523 Migrate frameworks/base/services/tests/servicestests to androidx.test by Dan Shi · 6 years ago
  60. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  61. c0819d2 Merge "Add an optional reason field to vibrator service" by TreeHugger Robot · 6 years ago
  62. c8280ca Merge "Bootstrap freeform external displays." by TreeHugger Robot · 6 years ago
  63. e084604 Bootstrap freeform external displays. by Garfield Tan · 6 years ago
  64. a83b79c Merge "Add helper functions to WindowFrameTests to avoid using assertRect()" by TreeHugger Robot · 6 years ago
  65. 8d17798 Merge "Refactor ScreenDecorWindowTests" by TreeHugger Robot · 6 years ago
  66. 0749da8c Refactor ScreenDecorWindowTests by Kazuki Takise · 6 years ago
  67. e8d6d44 Add helper functions to WindowFrameTests to avoid using assertRect() by Kazuki Takise · 6 years ago
  68. 617e29a Merge changes I2dfd15ff,I7507e25f by Riddle Hsu · 6 years ago
  69. 5ce4bb3 Support rotation on secondary displays (3/N) by Riddle Hsu · 6 years ago
  70. ad256a1 Support rotation on secondary displays (2/N) by Riddle Hsu · 6 years ago
  71. f3e7b96 Merge "Move display order of focused stack to top when updating focus" by TreeHugger Robot · 6 years ago
  72. 3de8526 Merge " Replace setFinalCrop with temporary layer" by TreeHugger Robot · 6 years ago
  73. 9016f92 Merge "Set return value for mock(IWindow).asBinder() to prevent exception" by Kazuki Takise · 6 years ago
  74. e1f06b8 Add an optional reason field to vibrator service by Alexey Kuzmin · 6 years ago
  75. 57831b5 Move display order of focused stack to top when updating focus by Riddle Hsu · 6 years ago
  76. 5614839 Set return value for mock(IWindow).asBinder() to prevent exception by Kazuki Takise · 6 years ago
  77. a297726 Replace setFinalCrop with temporary layer by Vishnu Nair · 6 years ago
  78. c29c4b8 Merge "Moved cutout info into WindowFrames" by Chavi Weingarten · 6 years ago
  79. 07126b4 Merge "WM: correctly draw the rounded corner / cutout overlay during rotation" by TreeHugger Robot · 6 years ago
  80. 83537a7 WM: correctly draw the rounded corner / cutout overlay during rotation by Vishnu Nair · 6 years ago
  81. cdba9a4 Moved cutout info into WindowFrames by chaviw · 6 years ago
  82. 0afbfd1 Merge "Move mFrame and mLastFrame from WindowState to WindowFrames" by Chavi Weingarten · 6 years ago
  83. 9648b15 Merge "Created WindowFrames class and moved data from PWM and WS" by Chavi Weingarten · 6 years ago
  84. f931eb8 Merge "Support rotation on secondary displays (1/N)" by TreeHugger Robot · 6 years ago
  85. 492139a Move mFrame and mLastFrame from WindowState to WindowFrames by chaviw · 6 years ago
  86. 553b021 Created WindowFrames class and moved data from PWM and WS by chaviw · 6 years ago
  87. 654a6f9 Support rotation on secondary displays (1/N) by Riddle Hsu · 6 years ago
  88. 4095cd7 Merge "Defer always on top state when task gets maximized" by Kazuki Takise · 6 years ago
  89. 048e266 Defer always on top state when task gets maximized by Kazuki Takise · 6 years ago
  90. 598365a Merge "Send interaction hint when starting window animation" into pi-dev am: 3f4232a801 by Jorim Jaggi · 6 years ago
  91. b6ba433 Send interaction hint when starting window animation by Jorim Jaggi · 6 years ago
  92. 17aa9a5 Fix GraphicBuffer creation not to use 0 usage flag by Tadashi G. Takaoka · 6 years ago
  93. a06403d Skip animation start logic if canceled by Winson Chung · 6 years ago
  94. dd7b69d Merge "Position stack at top when always on top flag is set" by Kazuki Takise · 6 years ago
  95. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  96. f85197b Position stack at top when always on top flag is set by Kazuki Takise · 6 years ago
  97. 5e66d5d9 Merge "Make sure mFlags is synced properly in WindowConfiguration" by Kazuki Takise · 6 years ago
  98. 4e7e789 Make sure mFlags is synced properly in WindowConfiguration by Kazuki Takise · 6 years ago
  99. 661e012 Merge "Add always on top feature support" by Kazuki Takise · 6 years ago
  100. 148d00a Add always on top feature support by Kazuki Takise · 6 years ago