Static variables

@:value(new ViewLayoutMask(1 << 0))staticINCREASE_WIDTH:ViewLayoutMask = new ViewLayoutMask(1 << 0)

@:value(new ViewLayoutMask(1 << 1))staticDECREASE_WIDTH:ViewLayoutMask = new ViewLayoutMask(1 << 1)

@:value(new ViewLayoutMask(1 << 2))staticINCREASE_HEIGHT:ViewLayoutMask = new ViewLayoutMask(1 << 2)

@:value(new ViewLayoutMask(1 << 3))staticDECREASE_HEIGHT:ViewLayoutMask = new ViewLayoutMask(1 << 3)

@:value(new ViewLayoutMask(0))staticFIXED:ViewLayoutMask = new ViewLayoutMask(0)

@: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

staticinlinecanIncreaseWidth(this:Int, ?value:Bool):Bool

staticinlinecanDecreaseWidth(this:Int, ?value:Bool):Bool

staticinlinecanIncreaseHeight(this:Int, ?value:Bool):Bool

staticinlinecanDecreaseHeight(this:Int, ?value:Bool):Bool