mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Take viewport offset into account in UIManager.measureInWindow
Summary: D23021903 (https://github.com/facebook/react-native/commit/154ce789723f6e65785bcfc00da399ad9184bdfb) but for Android. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D23640968 fbshipit-source-id: 7a743ebd0ea2b573d6ef17b418ad98ec616b11d3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a315e4cd30
commit
78b42d7fb7
@@ -52,6 +52,8 @@ public class Binding {
|
||||
float maxWidth,
|
||||
float minHeight,
|
||||
float maxHeight,
|
||||
float offsetX,
|
||||
float offsetY,
|
||||
boolean isRTL,
|
||||
boolean doLeftAndRightSwapInRTL);
|
||||
|
||||
@@ -67,6 +69,8 @@ public class Binding {
|
||||
float maxWidth,
|
||||
float minHeight,
|
||||
float maxHeight,
|
||||
float offsetX,
|
||||
float offsetY,
|
||||
boolean isRTL,
|
||||
boolean doLeftAndRightSwapInRTL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user