Lines Matching refs:ElementInfo
35 class SimpleLayouter::ElementInfo { class in SimpleLayouter
44 ElementInfo() in ElementInfo() function in SimpleLayouter::ElementInfo
54 ElementInfo(int index) in ElementInfo() function in SimpleLayouter::ElementInfo
64 void Assign(const ElementInfo& info) in Assign()
125 fElements = new ElementInfo[elementCount]; in SimpleLayouter()
154 ElementInfo& info = fElements[element]; in AddConstraints()
258 ElementInfo* info = new ElementInfo(i); in DistributeSize()
270 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i); in DistributeSize()
291 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i); in _CalculateSumWeight()
300 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i); in _CalculateSumWeight()
314 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i); in _CalculateSumWeight()
345 ElementInfo& info = fElements[i]; in _ValidateMinMax()
366 ElementInfo* infos = fElements; in _LayoutMax()
421 ElementInfo* info = (ElementInfo*)infosToLayout.ItemAt(i); in _LayoutStandard()