Static variables
@:value(new ViewLayoutMask(INCREASE_WIDTH | DECREASE_WIDTH))staticFLEXIBLE_WIDTH:ViewLayoutMask = new ViewLayoutMask(INCREASE_WIDTH | DECREASE_WIDTH)
@:value(new ViewLayoutMask(INCREASE_HEIGHT | DECREASE_HEIGHT))staticFLEXIBLE_HEIGHT:ViewLayoutMask = new ViewLayoutMask(INCREASE_HEIGHT | DECREASE_HEIGHT)
@:value(new ViewLayoutMask(FLEXIBLE_WIDTH | FLEXIBLE_HEIGHT))staticFLEXIBLE:ViewLayoutMask = new ViewLayoutMask(FLEXIBLE_WIDTH | FLEXIBLE_HEIGHT)
@:value(new ViewLayoutMask(INCREASE_WIDTH | INCREASE_HEIGHT))staticINCREASE:ViewLayoutMask = new ViewLayoutMask(INCREASE_WIDTH | INCREASE_HEIGHT)
@:value(new ViewLayoutMask(DECREASE_WIDTH | DECREASE_HEIGHT))staticDECREASE:ViewLayoutMask = new ViewLayoutMask(DECREASE_WIDTH | DECREASE_HEIGHT)
Static methods