summaryrefslogtreecommitdiff
path: root/core/java/android/widget/StackView.java
AgeCommit message (Expand)Author
2019-07-31add directional accessibility page actions to StackViewyingleiw
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2018-04-18Temporarily allow StackView to use a canvas.clipRectUnionDerek Sollenberger
2016-11-07Add safety net if StackView duration would be negative.Tony Wickham
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-10-02resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller
2014-10-01Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-08-03We can now (kind-of) change screen density on the fly.Dianne Hackborn
2012-05-16Exposing some accessiblity actions only for enabled views.Svetoslav Ganov
2012-05-15Add accessibility scroll support to some widgets.Svetoslav Ganov
2012-05-01Revert "Adding getters/setters for StackView xml attrs. (Bug 6104219)"Winson Chung
2012-04-30Adding getters/setters for StackView xml attrs. (Bug 6104219)Winson Chung
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-10-21Removing fades on last item in StackView for major FPS improvement on PrimeAdam Cohen
2011-09-06Updating javadoc for StackView constructors (4554433)Winson Chung
2011-08-02Clear the bitmap from the canvas in a lot of places.Dianne Hackborn
2011-05-25Code cleanup.Romain Guy
2011-04-06Fixing AdapterViewAnimator onItemClick compatibilityAdam Cohen
2011-04-01Making StackView res-out and click feedback colors stylableAdam Cohen
2011-03-08Fixing inconsistency between invalidate region and draw regionAdam Cohen
2011-03-01Adding mouse scroll wheel support to StackViewAdam Cohen
2011-02-16StackView rendering fix for non-hardware accelerated apps and hardware layersAdam Cohen
2011-01-27Fixing static StackView scenario (Issue: 3399844)Adam Cohen
2011-01-26Fixing some ugly StackView relayouts on rotationAdam Cohen
2011-01-25Cleaning up StackViewAdam Cohen
2011-01-21Fixing a couple StackView bugs:Adam Cohen
2011-01-20Cleaning up some StackView bad behaviorAdam Cohen
2011-01-20Addressing API Review docs bugs:Adam Cohen
2011-01-16Fixing StackView bug (Issue: 3321912)Adam Cohen
2011-01-16Fixing StackView bugs:Adam Cohen
2011-01-14Fixing StackView rotation bugsAdam Cohen
2011-01-10Fixing bug where StackView doesn't clip it's children correctlyAdam Cohen
2010-12-17Fixing leak in StackViewAdam Cohen
2010-12-16Changing StackView layout to space items differentlyAdam Cohen
2010-12-15Fix in StackView layoutAdam Cohen
2010-12-14New stack visualizationAdam Cohen
2010-12-03Preventing StackView auto-advance during / near interactionAdam Cohen
2010-12-03Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn
2010-11-18Fixing issue #3200503Adam Cohen
2010-11-16Reduce amount of garbage created when flipping StackViewsPatrick Dubroy
2010-11-12Adding click feedback to StackViewAdam Cohen
2010-11-12-Prevent StackView from advancing while interacting with itAdam Cohen
2010-11-10Adding widget auto-advance capabilityAdam Cohen
2010-11-01Adding click feedback to widget collectionsAdam Cohen
2010-10-26- Made showNext() and showPrevious() on StackView remotableAdam Cohen
2010-10-25-> Fixing a bug where AdapterViewAnimator doesn't refresh correctlyAdam Cohen