| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports in frameworks/base. | John Spurlock | 2015-02-28 | 1 | -1/+0 |
* | First quick implementation of auto assist data. | Dianne Hackborn | 2015-02-06 | 1 | -5/+2 |
* | Fix accessibility delegation | Alan Viverette | 2015-01-07 | 1 | -6/+9 |
* | resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp | Neil Fuller | 2014-10-02 | 1 | -4/+2 |
|\ |
|
| * | Switch from FloatMath -> Math and Math.hypot where possible | Neil Fuller | 2014-10-01 | 1 | -4/+2 |
* | | Add View constructor that supplies a default style resource | Alan Viverette | 2013-09-09 | 1 | -3/+10 |
|/ |
|
* | We can now (kind-of) change screen density on the fly. | Dianne Hackborn | 2012-08-03 | 1 | -2/+2 |
* | Exposing some accessiblity actions only for enabled views. | Svetoslav Ganov | 2012-05-16 | 1 | -5/+10 |
* | Add accessibility scroll support to some widgets. | Svetoslav Ganov | 2012-05-15 | 1 | -0/+30 |
* | Revert "Adding getters/setters for StackView xml attrs. (Bug 6104219)" | Winson Chung | 2012-05-01 | 1 | -40/+0 |
* | Adding getters/setters for StackView xml attrs. (Bug 6104219) | Winson Chung | 2012-04-30 | 1 | -0/+40 |
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to... | Svetoslav Ganov | 2012-01-17 | 1 | -0/+14 |
* | Removing fades on last item in StackView for major FPS improvement on Prime | Adam Cohen | 2011-10-21 | 1 | -39/+6 |
* | Updating javadoc for StackView constructors (4554433) | Winson Chung | 2011-09-06 | 1 | -0/+9 |
* | Clear the bitmap from the canvas in a lot of places. | Dianne Hackborn | 2011-08-02 | 1 | -0/+2 |
* | Code cleanup. | Romain Guy | 2011-05-25 | 1 | -5/+2 |
* | Fixing AdapterViewAnimator onItemClick compatibility | Adam Cohen | 2011-04-06 | 1 | -2/+2 |
* | Making StackView res-out and click feedback colors stylable | Adam Cohen | 2011-04-01 | 1 | -11/+29 |
* | Fixing inconsistency between invalidate region and draw region | Adam Cohen | 2011-03-08 | 1 | -5/+17 |
* | Adding mouse scroll wheel support to StackView | Adam Cohen | 2011-03-01 | 1 | -0/+36 |
* | StackView rendering fix for non-hardware accelerated apps and hardware layers | Adam Cohen | 2011-02-16 | 1 | -2/+4 |
* | Fixing static StackView scenario (Issue: 3399844) | Adam Cohen | 2011-01-27 | 1 | -2/+6 |
* | Fixing some ugly StackView relayouts on rotation | Adam Cohen | 2011-01-26 | 1 | -11/+4 |
* | Cleaning up StackView | Adam Cohen | 2011-01-25 | 1 | -53/+139 |
* | Fixing a couple StackView bugs: | Adam Cohen | 2011-01-21 | 1 | -2/+6 |
* | Cleaning up some StackView bad behavior | Adam Cohen | 2011-01-20 | 1 | -33/+7 |
* | Addressing API Review docs bugs: | Adam Cohen | 2011-01-20 | 1 | -0/+15 |
* | Fixing StackView bug (Issue: 3321912) | Adam Cohen | 2011-01-16 | 1 | -5/+2 |
* | Fixing StackView bugs: | Adam Cohen | 2011-01-16 | 1 | -15/+31 |
* | Fixing StackView rotation bugs | Adam Cohen | 2011-01-14 | 1 | -26/+51 |
* | Fixing bug where StackView doesn't clip it's children correctly | Adam Cohen | 2011-01-10 | 1 | -0/+12 |
* | Fixing leak in StackView | Adam Cohen | 2010-12-17 | 1 | -6/+20 |
* | Changing StackView layout to space items differently | Adam Cohen | 2010-12-16 | 1 | -22/+74 |
* | Fix in StackView layout | Adam Cohen | 2010-12-15 | 1 | -1/+1 |
* | New stack visualization | Adam Cohen | 2010-12-14 | 1 | -37/+55 |
* | Preventing StackView auto-advance during / near interaction | Adam Cohen | 2010-12-03 | 1 | -0/+13 |
* | Implement smarter sizing of WRAP_CONTENT windows. | Dianne Hackborn | 2010-12-03 | 1 | -9/+25 |
* | Fixing issue #3200503 | Adam Cohen | 2010-11-18 | 1 | -1/+1 |
* | Reduce amount of garbage created when flipping StackViews | Patrick Dubroy | 2010-11-16 | 1 | -17/+22 |
* | Adding click feedback to StackView | Adam Cohen | 2010-11-12 | 1 | -3/+52 |
* | -Prevent StackView from advancing while interacting with it | Adam Cohen | 2010-11-12 | 1 | -36/+35 |
* | Adding widget auto-advance capability | Adam Cohen | 2010-11-10 | 1 | -0/+3 |
* | Adding click feedback to widget collections | Adam Cohen | 2010-11-01 | 1 | -0/+3 |
* | - Made showNext() and showPrevious() on StackView remotable | Adam Cohen | 2010-10-26 | 1 | -14/+53 |
* | -> Fixing a bug where AdapterViewAnimator doesn't refresh correctly | Adam Cohen | 2010-10-25 | 1 | -1/+6 |
* | Fixing the case of less than or equal to 5 items in StackView | Adam Cohen | 2010-10-24 | 1 | -28/+36 |
* | Cleaned up the way StackView draws outside of its bounds | Adam Cohen | 2010-10-18 | 1 | -38/+37 |
* | Fix clipping issue in StackView. | Romain Guy | 2010-10-15 | 1 | -10/+8 |
* | Remove generics from Animator APIs | Chet Haase | 2010-10-14 | 1 | -30/+27 |
* | Revert "Remove generics from Animator APIs" | Romain Guy | 2010-10-14 | 1 | -27/+30 |