summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/widget/ActionBarOverlayLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Unify code paths for collapsing action views in action barsAdam Powell2014-08-201-23/+0
* ActionBarOverlay needs to be focusableChet Haase2014-08-121-0/+2
* Fix incorrect dispatch of empty WindowInsets from ActionBarOverlayLayoutAdam Powell2014-06-121-1/+9
* Toolbar factoring and ActionBar functionality integrationAdam Powell2014-05-281-30/+42
* Action bar refactoring, round 1Adam Powell2014-05-171-3/+185
* Fix a bug in querying showing state for action barsAdam Powell2014-05-021-1/+1
* Add support for hiding action bars on scroll.Adam Powell2014-05-011-25/+257
* android.widget.ToolbarAdam Powell2014-04-041-3/+3
* Fix ActionBar layout bug when INVISIBLE.George Mount2014-03-181-1/+1
* Refactoring of fitSystemWindows to applyWindowInsets for viewsAdam Powell2014-02-041-9/+11
* Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-3/+2
* Fix a regression where android:windowContentOverlay did not draw properly.Adam Powell2013-08-011-13/+50
* Fix issue #8325007: EyeEm app crashes on launch- NPE at...Dianne Hackborn2013-03-061-16/+21
* A few small missing things from the custom action bar layout.Dianne Hackborn2013-03-051-0/+15
* Fix issue #8311263: Corrupted UI across all tabs in People appDianne Hackborn2013-03-041-33/+172
* Unify normal and overlay action bar layouts.Dianne Hackborn2013-02-271-19/+37
* Formalize overscan metrics.Dianne Hackborn2013-02-221-10/+6
* Fix issue #6404215: New ActionBar auto-hide can conflict with applicationDianne Hackborn2012-05-061-4/+27
* Fix so that status bar doesn't resize when hiding nav bar.Dianne Hackborn2012-04-051-3/+0
* Fix issue #6268190Dianne Hackborn2012-03-311-1/+3
* Add new feature to let apps layout over status bar / system bar.Dianne Hackborn2012-03-301-0/+193