summaryrefslogtreecommitdiff
path: root/core/java/android/window/BackEvent.java
Commit message (Expand)AuthorAgeFilesLines
* Set frametime of BackEvent to 0 in legacy constructorJohannes Gallmann2024-10-251-3/+2
* Add millis suffix to BackEvent#getFrameTime APIJohannes Gallmann2024-10-231-10/+10
* Merge "[API change] Add EDGE_NONE option for BackEvent#swipeEdge" into mainJohannes Gallmann2024-10-211-0/+9
|\
| * [API change] Add EDGE_NONE option for BackEvent#swipeEdgeJohannes Gallmann2024-10-211-0/+9
* | Implement equals method in BackEvent.javaJohannes Gallmann2024-10-151-0/+16
|/
* Add timestamp API extension for predictive backJohannes Gallmann2024-10-141-4/+45
* Refactor IME callback registrationJohannes Gallmann2024-05-301-0/+6
* Fix broken framework documentationAnton Hansson2023-10-131-1/+1
* Let BackProgressAnimator could play cancel animationArthur Hung2023-01-061-0/+3
* Make OnBackAnimationCallback and BackEvent public.Shan Huang2022-11-301-66/+26
* Spring controlled back progress APIShan Huang2022-10-211-1/+21
* Refactor back navigation animtion (1/2)Arthur Hung2022-09-291-22/+1
* Make BackEvent#getTouchX and BackEvent#getTouchY floats.Shan Huang2022-04-141-11/+11
* Create BackEvent interface for back navigation parameters.Shan Huang2022-02-101-0/+159