Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 51728d73bb886085ed311f1c24283ef4d479a057
Author: Ralston Da Silva <ralu@google.com>
Date: Wed Jul 08 17:02:57 2020
Add FocusState2 Enum
This is part of a larger refactor to replace FocusState and FocusDetailedState with a single enum. Later, after the deprecate+remove cycle for FocusState and FocusDetailedState, FocusState2 will be renamed to FocusState
Bug: 160822595
Test: launched the app locally.
Relnote: Added FocusState2 which will replace FocusDetailedState
Change-Id: I0a3ba4e87508dd29e0c355114c4caccb3252ac84
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusState.kt
https://android-review.googlesource.com/1358541
Branch: androidx-master-dev
commit 51728d73bb886085ed311f1c24283ef4d479a057
Author: Ralston Da Silva <ralu@google.com>
Date: Wed Jul 08 17:02:57 2020
Add FocusState2 Enum
This is part of a larger refactor to replace FocusState and FocusDetailedState with a single enum. Later, after the deprecate+remove cycle for FocusState and FocusDetailedState, FocusState2 will be renamed to FocusState
Bug: 160822595
Test: launched the app locally.
Relnote: Added FocusState2 which will replace FocusDetailedState
Change-Id: I0a3ba4e87508dd29e0c355114c4caccb3252ac84
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusState.kt
Description
As part of a larger refactor to replace FocusState and FocusDetailedState with a single enum. Add an enum FocusState2.
Later, after the deprecate+remove cycle for FocusState and FocusDetailedState, FocusState2 will be renamed to FocusState