Searched refs:Strut (Results 1 – 2 of 2) sorted by relevance
74 class Strut : public View {76 Strut(float pixelWidth, float pixelHeight);87 class HStrut : public Strut {94 class VStrut : public Strut {
387 Strut::Strut(float pixelWidth, float pixelHeight) in Strut() function in Strut397 Strut::MinSize() in MinSize()404 Strut::MaxSize() in MaxSize()415 : Strut(width, -1) in HStrut()424 : Strut(-1, height) in VStrut()