summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FocusIndicatorView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing focus indicator position when the overlay page has differentSunny Goyal2015-04-081-5/+5
| | | | | | | | size than the current page. Bug: 20104483 Change-Id: Ib79d1bc4eeffc03b706ad6d77d8285b8a7f1188a
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+3
| | | | | | | | | | | Elimates 304 methods based on dex analysis The java compiler generates sythetic accessor methods for all private fields, methods and contructors accessed from inner classes. By marking them package-private and @Thunk instead, sythentic accessor methods are no longer needeed. These annotated elements should be treated as private. Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
* Some parameter cleanupSunny Goyal2015-03-051-5/+2
| | | | Change-Id: Iedc7c97bd9c513ff046f7bf64a6e13f1fc8e8b54
* Using left and top instead of getLocationInWindow for getting target view ↵Sunny Goyal2015-03-051-23/+28
| | | | | | position Change-Id: I1c295b8fd8be46ed9f0b12d7019572d9adc4af54
* Moving the focus indicator instantly to the target position, insteadSunny Goyal2014-10-141-16/+50
| | | | | | | of begining the next animation from the middle. Bug: 17958897 Change-Id: Ie5a39b80ff9788edf368e0f4e23c07c2ed5b3d2c
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+146
issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85