Searched refs:handleTaskFocusChange (Results 1 – 3 of 3) sorted by relevance
165 mWm.handleTaskFocusChange(tappedTask, null /* window */); in testTaskFocusChange_rootTaskNotHomeType_focusChanges()186 mWm.handleTaskFocusChange(tappedTask, null /* window */); in testTaskFocusChange_rootTaskHomeTypeWithSameTaskDisplayArea_focusDoesNotChange()209 mWm.handleTaskFocusChange(tappedTask, null /* window */); in testTaskFocusChange_rootTaskHomeTypeWithDifferentTaskDisplayArea_focusChanges()
5996 mWmService.handleTaskFocusChange(getTask(), mActivityRecord); in handleTapOutsideFocusInsideSelf()
8670 void handleTaskFocusChange(Task task, ActivityRecord touchedActivity) { in handleTaskFocusChange() method in WindowManagerService