-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility stage 1 #1025
Accessibility stage 1 #1025
Conversation
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright 2022 The Android Open Source Project | |||
* Copyright 2023 The Android Open Source Project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we can update to 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, @MatkovIvan said that Google stated that those indicate the file creation date and not the current one
@@ -158,8 +185,37 @@ private class AccessibilityElement( | |||
return null | |||
} | |||
|
|||
// TODO: remove if unneeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are this todo is still actual?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this one slipped from me, removed.
0F, | ||
-height.toFloat() * dimensionScale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add argument names here? Or it is Function type without named arguments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's (x: Float, y: Float) -> Boolean
, IDE can recognise the labels, but named arguments are not allowed for function types indeed.
Proposed Changes
MVP for UIAccessibility integration on iOS
Testing
Test: TODO
API changes
Added to iOS source set: