Searched refs:updateIndicatorType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | DesktopTasksControllerTest.kt | 1330 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1346 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1362 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1379 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1396 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1416 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1432 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1451 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1471 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>() 1491 whenever(desktopModeVisualIndicator.updateIndicatorType(anyOrNull(), anyOrNull())) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopTasksController.kt | 1220 return indicator.updateIndicatorType(PointF(inputX, taskTop), taskInfo.windowingMode) in <lambda>() 1245 indicator.updateIndicatorType( in <lambda>() 1301 val indicatorType = indicator.updateIndicatorType(inputCoordinates, taskInfo.windowingMode) in <lambda>()
|
D | DesktopModeVisualIndicator.java | 103 IndicatorType updateIndicatorType(PointF inputCoordinates, int windowingMode) { in updateIndicatorType() method in DesktopModeVisualIndicator
|