07-11 20:36:10.390 I/ActivityManager(602): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL} from pid 602 on display 0 07-11 20:36:10.391 I/wm_task_moved(602): [1,1...
* Hist#0: ActivityRecord{646d67e u0 com.android.messaging/.ui.conversationlist.ConversationListActivity t22}* Task{6c7ddbb#1 type=home ?? U=0 visible=false visibleRequested=false mode=fullscreen translucent=true sz=1}|* Hist#0: ActivityRecord{6e7e25 u0 com.android.launcher3/.uioverrides.Qui...
31001 wm_task_created (TaskId|1|5),(StackId|1|5) # Task moved to top (1) or bottom (0). 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1) # Task removed with source explanation. 31003 wm_task_removed (TaskId|1|5),(Reason|3) # Stack created. 31004 wm_stack_created...
Ask that the task associated with a given task ID be moved to the front of the stack, so it is now visible to the user. C# 复制 [Android.Runtime.Register("moveTaskToFront", "(IILandroid/os/Bundle;)V", "GetMoveTaskToFront_IILandroid_os_Bundle_Handler")] [Android.Runtime.RequiresPermiss...
// (1) The current activity is in a different task. if(prev.task != r.task) prev =null; // (2) The current activity is already displayed. elseif(prev.nowVisible) prev =null; } mService.mWindowManager.setAppStartingWindow( r, r.packageName, r.theme, r.nonLocalizedLabel, ...
第四步: WM服务通过IWindow接口告知Window, resize(窗口大小, 系统组件, 键盘等大小改变), moved(坐标改变), dispatchAppVisibility(应用可见性改变), dispatchGetNewSurface, WindowFocusChanged, closeSystemDialogs, AppWindowContainerControler 可以理解为暴露给ActivityManagerService的接口. 在AM服务(ActivityManagerServ...
Cumulative objects moved 117659 Peak regions allocated 226 (56MB) / 384 (96MB) Start Dumping histograms for 1 iterations for young concurrent copying ScanImmuneSpaces: Sum: 7.517ms 99% C.I. 7.517ms-7.517ms Avg: 7.517ms Max: 7.517ms
}intdockSide =WindowManagerProxy.getInstance().getDockSide();if(dockSide ==WindowManager.DOCKED_INVALID) {//进入分屏mRecents.dockTopTask(NavigationBarGestureHelper.DRAG_MODE_NONE, ActivityManager.DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT,null, metricsDockAction); ...
ViewRootImpl impl = decor.getViewRootImpl(); if (impl != null) { impl.notifyChildRebuilt(); } } if (a.mVisibleFromClient && !a.mWindowAdded) { a.mWindowAdded = true; //将DecorView添加进Window之中 wm.addView(decor, l); } …… }复制代码 1. 2. 3. 4. 5. 6. 7. 8. 9...
07-12 15:48:55.691 I/wm_task_moved( 2215): [9306,1,1] 07-12 15:48:55.699 I/am_focused_activity( 2215): [0,com.teslacoilsw.launcher/.NovaLauncher,finishActivity adjustFocus] 07-12 15:48:55.700 I/am_pause_activity( 2215): [0,75902801,mega.privacy.android.app/.lollipop.ManagerActivit...