summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/InsettableFrameLayout.java
AgeCommit message (Collapse)Author
2020-05-17Hide shelf in 2-Button LandscapeVinit Nayak
Disable overview rotation in 2-Button. Fixes: 154181816 Test: Tested no button and 2 button, overview actions worked as before. Change-Id: Ic22c791c7a93460840d54aaf0bf32884cc110e19
2020-04-27Revert "Hide shelf in 2-Button Landscape"Vinit Nayak
This reverts commit 9b5795a57969e9dd5d108fcaf7890f9cb7fdb7e2. Reason for revert: b/155090034 Change-Id: If7decd54965a680d50e4474fb279ebe0002441bb
2020-04-24Hide shelf in 2-Button LandscapeVinit Nayak
Disable overview rotation in 2-Button until we can figure out the correct transition/animation. TODO: b/154665738 Fixes: 154181816 Test: Tested no button and 2 button, overview actions worked as before. Change-Id: Ib67906b11e24def870a39f57b5156e29db258fd7
2018-09-18Removing ViewScrim and cutom drawing codeSunny Goyal
Bug: 109828640 Change-Id: I2cab0215a32c2ca6bc331d48083fcc00ada05c3b
2018-01-31Initial changes for handling configuration changes dynamicallySunny Goyal
Bug: 71709920 Change-Id: I88cf2229dea28d01c13a5a76d2290e91b07d095e
2018-01-10Removing layout handling in DeviceProfile and moving it toSunny Goyal
individual views Bug: 71709920 Change-Id: I8300fa7a84b31898bdb135d774cca576d2928525
2017-11-09Refactor InsettableFrameLayout/DragLayer and add StateListener interface.Jon Miranda
Bug: 65387919 Change-Id: I5eb94c0f3962d44f63af3efc92d852e019bba711
2017-03-28Minor Refactoring only: no functional changeMario Bertschler
- organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
2016-07-01Avoid unnecessary layout passes from insets callbacks if they haven't changedAdam Cohen
Change-Id: Ia7560bd466ff47103811a1a1795af5a5a25abb59
2016-06-15UI fixes to All apps pull up workHyunyoung Song
b/28917826 - nav bar change to light when top of the all apps container passes y mid point of the status bar - apps search edit box change when top of the all apps passes the bottom of nav bar - Restrict pull up to work only if the ACTION_DOWN event started from the hotseat. - Landscape: reverted old padding and margin. Only the interaction is different. - Tuning of the motion spec - Animation duration respects fling speed more agressively. - and many more small bugs... Change-Id: Icde4093c41eeab8c9c6d9dc8b7d57adc3b171349
2016-06-06Pull up all apps interactionHyunyoung Song
First phase implementation: dragging and animation interaction is implemented namely in two classes. ScrollGestureDetector and AllAppsTransitionController. FeatureFlag.LAUNCHER#_ALL_APPS_PULL_UP will be true for only AOSP and not in the extending builds. This way, we can safely iterate without turning it on the shipped ready version. b/28917826 Change-Id: I0501309c0121880ffe0555f82d6ac5a145581bb1
2016-02-09Making some view properties exported.Sunny Goyal
These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
2014-10-28Make sure DragLayer layout params are of the correct typeAdam Cohen
bug 18141419 Change-Id: I50695a62cf9e1f25c054ac2c7197cd056d54cfae
2014-10-24Add InsettableFrameLayout layout params to easily ignore insetsAdam Cohen
Change-Id: I117fc34627e24ea5f909c3c87e9c2dbca46babb6
2014-10-24Allow LauncherOverlay to access and manage insetsAdam Cohen
Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c