Revert D14368114: [yoga] removing unused const int

Differential Revision:
D14368114

Original commit changeset: f63b978813a0

fbshipit-source-id: 86a517b1483b0635f283702602712c42c3d51e20
This commit is contained in:
Alexander Vasyuk
2019-03-26 20:16:41 -07:00
committed by Facebook Github Bot
parent f31917aa01
commit e91569cdad

View File

@@ -11,6 +11,11 @@ import com.facebook.proguard.annotations.DoNotStrip;
@DoNotStrip @DoNotStrip
public class YogaNodeJNI extends YogaNodeJNIBase { public class YogaNodeJNI extends YogaNodeJNIBase {
/* Those flags needs be in sync with YGJNI.cpp */
private static final int MARGIN = 1;
private static final int PADDING = 2;
private static final int BORDER = 4;
@DoNotStrip @DoNotStrip
private float mWidth = YogaConstants.UNDEFINED; private float mWidth = YogaConstants.UNDEFINED;
@DoNotStrip @DoNotStrip