Searched refs:tempWidth (Results 1 – 2 of 2) sorted by relevance
1047 constraints.tempWidth = curWidth; in GetLayoutInfo()1080 if (constraints.tempWidth == i) { in GetLayoutInfo()1081 px = constraints.tempX + constraints.tempWidth; in GetLayoutInfo()1115 } else if (constraints.tempWidth > i && in GetLayoutInfo()1116 constraints.tempWidth < nextSize) in GetLayoutInfo()1117 nextSize = constraints.tempWidth; in GetLayoutInfo()1202 if (constraints.tempWidth == i) { in GetLayoutInfo()1203 px = constraints.tempX + constraints.tempWidth; in GetLayoutInfo()1256 } else if (constraints.tempWidth > i && in GetLayoutInfo()1257 constraints.tempWidth < nextSize) in GetLayoutInfo()[all …]
103 int tempWidth, tempHeight; field in GBConstraints