public static interface AccessibilityService.Callbacks
Modifier and Type | Method and Description |
---|---|
void |
init(int connectionId,
IBinder windowToken) |
void |
onAccessibilityEvent(AccessibilityEvent event) |
boolean |
onGesture(int gestureId) |
void |
onInterrupt() |
boolean |
onKeyEvent(KeyEvent event) |
void |
onMagnificationChanged(Region region,
float scale,
float centerX,
float centerY) |
void |
onPerformGestureResult(int sequence,
boolean completedSuccessfully) |
void |
onServiceConnected() |
void |
onSoftKeyboardShowModeChanged(int showMode) |
void onAccessibilityEvent(AccessibilityEvent event)
void onInterrupt()
void onServiceConnected()
void init(int connectionId, IBinder windowToken)
boolean onGesture(int gestureId)
boolean onKeyEvent(KeyEvent event)
void onMagnificationChanged(Region region, float scale, float centerX, float centerY)
void onSoftKeyboardShowModeChanged(int showMode)
void onPerformGestureResult(int sequence, boolean completedSuccessfully)