Guang Zhu
84e2509823
send accessibility events on view property invalidation
from certain call sites of invalidateViewProperty, appropriate
accessibility event needs to be delivered as well.
Below is a list of call references found, ones with "*" are
modified by this change:
package: android.view
View
*offsetLeftAndRight(int) (4 matches)
*offsetTopAndBottom(int) (4 matches)
*setAlpha(float)
setCameraDistance(float) (2 matches)
setLayerPaint(Paint)
setPivotX(float) (2 matches)
setPivotY(float) (2 matches)
*setRotation(float) (2 matches)
*setRotationX(float) (2 matches)
*setRotationY(float) (2 matches)
*setScaleX(float) (2 matches)
*setScaleY(float) (2 matches)
setTransitionAlpha(float)
*setTranslationX(float) (2 matches)
*setTranslationY(float) (2 matches)
ViewGroup
*offsetChildrenTopAndBottom(int)
ViewOverlay
OverlayViewGroup
invalidateViewProperty(boolean, boolean) (2 matches)
ViewPropertyAnimator
AnimatorEventListener
onAnimationUpdate(ValueAnimator) (2 matches)
Bug: 14262013
Change-Id: Ibc9ed438f476ad10a6ad8df668142958c5903f55
2014-05-06 18:23:15 -07:00
..
2014-02-27 11:24:05 -08:00
2013-10-10 11:17:48 -07:00
2014-03-22 13:33:43 -07:00
2014-05-06 20:17:31 +00:00
2014-04-21 14:26:56 -04:00
2014-05-05 22:19:19 +00:00
2014-01-24 13:20:57 -08:00
2014-05-05 22:38:26 +00:00
2013-11-22 11:18:57 -08:00
2014-05-05 22:18:42 +00:00
2013-10-17 11:57:06 -07:00
2014-05-06 20:27:34 +00:00
2013-11-21 20:12:13 +00:00
2014-03-12 14:20:27 -07:00
2013-10-28 11:44:07 -07:00
2014-04-17 12:31:18 -07:00
2014-05-05 18:20:47 -07:00
2014-03-18 01:58:39 +00:00
2014-04-28 18:02:27 +00:00
2013-10-31 21:38:21 +00:00
2014-01-24 13:10:19 -08:00
2014-05-06 18:23:15 -07:00
2014-03-03 18:48:00 +00:00
2014-04-16 18:36:46 +00:00