Expose methods to set position Start|End

Summary:
As they're were not available yet.

Emil, I'm going to wait for your diffs to land before pushing this to
avoid disruptions on your side.

Differential Revision: D3669177

fbshipit-source-id: b06f382cb89546e817a2475298cf2cad17d95a2c
This commit is contained in:
Emil Sjolander
2016-08-09 04:28:20 -07:00
committed by Facebook Github Bot 2
parent faad5cdf4d
commit 7f27046cc5
4 changed files with 62 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ public interface CSSNodeAPI<CSSNodeType extends CSSNodeAPI> {
void setPositionLeft(float positionLeft);
float getPositionRight();
void setPositionRight(float positionRight);
float getPositionStart();
void setPositionStart(float positionStart);
float getPositionEnd();
void setPositionEnd(float positionEnd);
float getStyleWidth();
void setStyleWidth(float width);
float getStyleHeight();