diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-04-07 03:25:32 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-04-07 03:25:32 +0000 |
| commit | 7d8ae59fee9f4b88fe86fed843e5dc8a49ba9afd (patch) | |
| tree | 8caf6db910b55d481cebf2552838f925cdb4e103 /core/java | |
| parent | 086a0be6b2a360f9c823a596cba50867101a5a0f (diff) | |
| parent | 80a35549c84d053efa9df0d74958db0f79bda7b9 (diff) | |
Merge "Updates magnification button after an accessibility action is performed" into sc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/view/accessibility/IWindowMagnificationConnectionCallback.aidl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/view/accessibility/IWindowMagnificationConnectionCallback.aidl b/core/java/android/view/accessibility/IWindowMagnificationConnectionCallback.aidl index d0ab004d6cf3..1cb6825e426e 100644 --- a/core/java/android/view/accessibility/IWindowMagnificationConnectionCallback.aidl +++ b/core/java/android/view/accessibility/IWindowMagnificationConnectionCallback.aidl @@ -60,4 +60,11 @@ import android.graphics.Rect; */ void onPerformScaleAction(int displayId, float scale); + /** + * Called when the accessibility action is performed. + * + * @param displayId The logical display id. + */ + void onAccessibilityActionPerformed(int displayId); + } |
