summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/keyboard/ViewGroupFocusHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Launcher3: Stability NullPointer issueyingrenw2017-12-151-1/+1
| | | | | | | | | | | | Description: Compute a child location by recursion, it may not have parent view. When the child doesn't have parent, should break the recursive. Change-Id: I8707712b85c10bf1c1d3860c5b8323aefd455cf2 CRs-Fixed: 1104931
* Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-081-0/+85
Adding an abstract FocusIndicatorHelper based on FocusIndicatorView which draws the background instead of using a dummy view. Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab