Use spacing for position
Summary: Use spacing for position in public api. This was already the case internally Differential Revision: D3690235 fbshipit-source-id: 4c04952e6ded32fd5fbfdccf63736cf025ae470e
This commit is contained in:
committed by
Facebook Github Bot 7
parent
7f27046cc5
commit
f15b563166
@@ -58,20 +58,8 @@ public interface CSSNodeAPI<CSSNodeType extends CSSNodeAPI> {
|
||||
void setPadding(int spacingType, float padding);
|
||||
Spacing getBorder();
|
||||
void setBorder(int spacingType, float border);
|
||||
Spacing getPositionValue();
|
||||
void setPositionValue(int spacingType, float position);
|
||||
float getPositionTop();
|
||||
void setPositionTop(float positionTop);
|
||||
float getPositionBottom();
|
||||
void setPositionBottom(float positionBottom);
|
||||
float getPositionLeft();
|
||||
void setPositionLeft(float positionLeft);
|
||||
float getPositionRight();
|
||||
void setPositionRight(float positionRight);
|
||||
float getPositionStart();
|
||||
void setPositionStart(float positionStart);
|
||||
float getPositionEnd();
|
||||
void setPositionEnd(float positionEnd);
|
||||
Spacing getPosition();
|
||||
void setPosition(int spacingType, float position);
|
||||
float getStyleWidth();
|
||||
void setStyleWidth(float width);
|
||||
float getStyleHeight();
|
||||
|
Reference in New Issue
Block a user