Searched refs:tempHeight (Results 1 – 2 of 2) sorted by relevance
1048 constraints.tempHeight = curHeight; in GetLayoutInfo()1120 if (constraints.tempHeight == i) { in GetLayoutInfo()1121 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()1152 } else if (constraints.tempHeight > i && in GetLayoutInfo()1153 constraints.tempHeight < nextSize) in GetLayoutInfo()1154 nextSize = constraints.tempHeight; in GetLayoutInfo()1261 if (constraints.tempHeight == i) { in GetLayoutInfo()1262 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()1315 } else if (constraints.tempHeight > i && in GetLayoutInfo()1316 constraints.tempHeight < nextSize) in GetLayoutInfo()[all …]
103 int tempWidth, tempHeight; field in GBConstraints