Merge \"Only clip PopupWindow in the vertical direction\" into nyc-dev
am: 4b736ea56d
Change-Id: Ic10c4641d90f06b52d34285e42c35ae744f823eb
This commit is contained in:
@@ -1396,7 +1396,7 @@ public class PopupWindow {
|
|||||||
private int computeGravity() {
|
private int computeGravity() {
|
||||||
int gravity = Gravity.START | Gravity.TOP;
|
int gravity = Gravity.START | Gravity.TOP;
|
||||||
if (mClipToScreen || mClippingEnabled) {
|
if (mClipToScreen || mClippingEnabled) {
|
||||||
gravity |= Gravity.DISPLAY_CLIP_VERTICAL | Gravity.DISPLAY_CLIP_HORIZONTAL;
|
gravity |= Gravity.DISPLAY_CLIP_VERTICAL;
|
||||||
}
|
}
|
||||||
return gravity;
|
return gravity;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user