Home
last modified time | relevance | path

Searched refs:DetectingState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationGestureHandler.java86 final DetectingState mDetectingState;
123 mDetectingState = new DetectingState(context); in WindowMagnificationGestureHandler()
456 final class DetectingState implements State, class in WindowMagnificationGestureHandler
461 DetectingState(@UiContext Context context) { in DetectingState() method in WindowMagnificationGestureHandler.DetectingState
DFullScreenMagnificationGestureHandler.java142 @VisibleForTesting final DetectingState mDetectingState;
307 : new DetectingState(context); in FullScreenMagnificationGestureHandler()
899 final class DetectingStateWithMultiFinger extends DetectingState {
1143 class DetectingState implements State, Handler.Callback { class in FullScreenMagnificationGestureHandler
1168 DetectingState(Context context) { in DetectingState() method in FullScreenMagnificationGestureHandler.DetectingState
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java315 FullScreenMagnificationGestureHandler.DetectingState.class, "MESSAGE_", in newInstance()