summaryrefslogtreecommitdiff
path: root/core/java/android/view/InsetsAnimationControlImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix unexpected hide IME casesMing-Shin Lu2021-11-021-1/+1
* Prevent adding methods in WindowInsetsAnimationControllerTiger Huang2021-09-031-1/+1
* Invoke insets animation callbacks when resizing system barsTiger Huang2021-07-211-1/+6
* Update the surface position of each control in insets animationTiger Huang2021-05-311-0/+14
* Flush the animation if it is canceledTiger Huang2021-05-251-3/+12
* Force showing navigation bar while IME is visibleTiger Huang2021-05-171-0/+12
* Animations for visual immersive modeTiger Huang2021-03-221-1/+1
* Let insets can still be controlled if its window bounds is movedTiger Huang2021-03-161-44/+92
* Send display cutout to client via insetsChangedTiger Huang2021-01-051-2/+1
* Log only current client data in IME tracingIoana Stefan2020-11-131-5/+0
* Optimized workflow for IME tracing on clients sideIoana Stefan2020-11-131-1/+1
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-5/+10
* Make the requested visibility always up-to-dateTiger Huang2020-10-161-13/+15
* Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+29
* Make FLAG_LAYOUT_NO_LIMITS compatibleTiger Huang2020-08-261-2/+4
* Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-1/+1
* IME animation: hide IME-related navbar icons until perceptibleAdrian Roos2020-06-221-0/+14
* Animate IME with zero insetsTaran Singh2020-06-201-8/+25
* Add Insets dumps and IME debug logsTaran Singh2020-05-271-0/+13
* WindowInsetsAnimation: Synchronously dispatch window insets animation callbacksAdrian Roos2020-04-011-1/+1
* Merge "Fix missing finish callback to fix running animation leak" into rvc-devJorim Jaggi2020-04-011-2/+8
|\
| * Fix missing finish callback to fix running animation leakJorim Jaggi2020-04-011-2/+8
* | WindowInsetsAnimationController: Fix minor API issuesAdrian Roos2020-03-311-1/+5
|/
* Merge "Performance optimizations for new insets" into rvc-devJorim Jaggi2020-03-241-1/+0
|\
| * Performance optimizations for new insetsJorim Jaggi2020-03-231-1/+0
* | Fix floating IME visibilityTaran Singh2020-03-231-3/+2
|/
* Merge "Fine tune animation parameters for IME animations" into rvc-devJorim Jaggi2020-03-201-5/+1
|\
| * Fine tune animation parameters for IME animationsJorim Jaggi2020-03-191-5/+1
* | WindowInsetsAnimationController: Add state callback and gettersAdrian Roos2020-03-181-1/+8
|/
* InsetAnimationControlImpl: Copy SurfaceControlRob Carr2020-03-131-0/+12
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-13/+14
* Fix alpha when applying insetsJorim Jaggi2020-03-051-6/+5
* Update sync rt applier for background blurWinson Chung2020-03-041-4/+8
* Merge "Fix broken inset anims" into rvc-devTreeHugger Robot2020-03-031-1/+1
|\
| * Fix broken inset animsJorim Jaggi2020-03-031-1/+1
* | Merge "Various inset fixes" into rvc-devJorim Jaggi2020-03-021-7/+10
|\|
| * Various inset fixesJorim Jaggi2020-03-021-7/+10
* | Fix controlWindowInsets for IMETarandeep Singh2020-02-281-3/+9
|/
* WindowInsetsAnimation: Clean up APIAdrian Roos2020-02-171-6/+5
* Merge "Implement Transient Insets Animation"TreeHugger Robot2020-02-031-3/+1
|\
| * Implement Transient Insets AnimationYunfan Chen2020-02-031-3/+1
* | Keep track of requestedVisibility when control unavailableJorim Jaggi2020-02-011-0/+4
* | IME always provides bottom insets, if anyJorim Jaggi2020-01-291-2/+2
|/
* Remove getState from InsetsAnimationControlCallbacksJorim Jaggi2020-01-281-7/+1
* Fix fraction, and other cleanupJorim Jaggi2020-01-231-5/+6
* Migrate LAYOUT_STABLE in new insets worldJorim Jaggi2020-01-171-1/+2
* Handle cases when multiple type are animatingJorim Jaggi2020-01-111-0/+6
* Correct layout/draw/animation interleaving for insets callbacksJorim Jaggi2020-01-101-6/+7
* Window Manager Flag Migration (9/n)Tiger Huang2020-01-091-4/+0
* Decoupling InsetsAnimationControlImpl and the clientYunfan Chen2019-12-271-35/+32