summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/ClickShadowView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issue with shadow drawing over search bar.Winson2016-07-201-1/+16
| | | | | | - Adding notion of clip-against view for click shadow alignment. Bug: 30255227 Change-Id: Id5716a3484051a55690025d61f709e3d96cbe024
* Making some view properties exported.Sunny Goyal2016-02-091-0/+3
| | | | | | These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
* Fixing issue with click shadow not being drawn correctly.Winson Chung2015-06-121-0/+2
| | | | | - It was due to the view parent (prediction bar) which has its own translation.
* Optimizing shadow generation by reusing bitmap.Sunny Goyal2015-05-151-0/+110
> Not creating unnecessary bitmaps > Final bitmap is generated as ALPHA_8 instead of ARGB_8888 > The shadow drawing is done directly in the view Change-Id: I504fa2ea3abdc1a3c3fb9ad57d6e28880d2584a1