Home
last modified time | relevance | path

Searched refs:ControllerContext (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationController.java90 private final ControllerContext mControllerCtx;
784 new ControllerContext( in FullScreenMagnificationController()
800 @NonNull ControllerContext ctx, in FullScreenMagnificationController()
1518 private final ControllerContext mControllerCtx;
1544 private SpecAnimationBridge(ControllerContext ctx, Object lock, int displayId) { in SpecAnimationBridge()
1713 public static class ControllerContext { class in FullScreenMagnificationController
1723 public ControllerContext(@NonNull Context context, in ControllerContext() method in FullScreenMagnificationController.ControllerContext
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java161 final FullScreenMagnificationController.ControllerContext mockController = in setUp()
162 mock(FullScreenMagnificationController.ControllerContext.class); in setUp()
H A DFullScreenMagnificationControllerTest.java107 final FullScreenMagnificationController.ControllerContext mMockControllerCtx =
108 mock(FullScreenMagnificationController.ControllerContext.class);
H A DMagnificationControllerTest.java118 private FullScreenMagnificationController.ControllerContext mControllerCtx;