Searched refs:componentHeight (Results 1 – 1 of 1) sorted by relevance
87 int componentHeight = 0; field in ColumnListCanvas778 if (size.height > componentHeight) { in checkComponentCell()779 componentHeight = size.height; in checkComponentCell()780 if (componentHeight > rowHeight) { in checkComponentCell()781 rowAscent += (componentHeight - rowHeight) / 2; in checkComponentCell()782 rowHeight = componentHeight + 2; in checkComponentCell()1053 if ((componentHeight == 0) && (hasComponents != null)) in cacheDimensions()1054 componentHeight = hasComponents.preferredSize().height; in cacheDimensions()1056 if (rowHeight < componentHeight) { in cacheDimensions()1057 rowAscent += (componentHeight - rowHeight) / 2; in cacheDimensions()[all …]