am 28e8f76c
: Merge "Cannot click on partially visible views in touch exploration." into jb-mr1-dev
* commit '28e8f76c50b26efd657bc0740fee25ac18520f9e': Cannot click on partially visible views in touch exploration.
This commit is contained in:
@ -2338,6 +2338,7 @@ public final class ViewRootImpl implements ViewParent,
|
||||
mAccessibilityFocusedVirtualView.getBoundsInScreen(bounds);
|
||||
}
|
||||
bounds.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop);
|
||||
bounds.intersect(0, 0, mAttachInfo.mViewRootImpl.mWidth, mAttachInfo.mViewRootImpl.mHeight);
|
||||
drawable.setBounds(bounds);
|
||||
drawable.draw(canvas);
|
||||
}
|
||||
|
Reference in New Issue
Block a user