Searched refs:LayoutConstants (Results 1 – 8 of 8) sorted by relevance
240 nIndent = _nGroupCount * LayoutConstants.IndentFactorWidth; in getLeftGroupIndent()244 nIndent = MAX_INDENT * LayoutConstants.IndentFactorWidth; in getLeftGroupIndent()444 final int nLineHeight = LayoutConstants.LineHeight; in insertGroups()663 … int nHeight = LayoutConstants.LabelHeight; // default height of label is fixed. in insertLabel()683 nHeight = _aSO.getHeight(LayoutConstants.LabelHeight); in insertLabel()750 int nHeight = LayoutConstants.FormattedFieldHeight; in insertFormattedField()758 nHeight = LayoutConstants.BinaryHeight; in insertFormattedField()763 nHeight = LayoutConstants.FormattedFieldHeight; in insertFormattedField()767 nHeight = LayoutConstants.MemoFieldHeight; // special case for memo in insertFormattedField()1344 aRect.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertPageHeader()[all …]
84 aRectFields.Y = LayoutConstants.LabelHeight; in insertDetailFields()122 aRectFields.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertDetailFields()139 …int nHeight = (aSOLabel.getHeight(LayoutConstants.LabelHeight) + Math.max(aSOTextField.getHeight(L… in insertDetailFields()150 …aRectFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeigh… in insertDetailFields()151 aRectFields.Y += aSOTextField.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
116 … aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), aRect.Height); in insertDetailFields()122 aRect.Y = Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight) * nRows, nMaxHeight); in insertDetailFields()123 aRect.Y += aSOLabel.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
78 int nHeight = LayoutConstants.FormattedFieldHeight; in insertDetailFields()132 aRect.Y = xSection.getHeight() + LayoutConstants.LineHeight; in insertDetailFieldTitles()141 xSection.setHeight(xSection.getHeight() + aSO.getHeight(LayoutConstants.LabelHeight)); in insertDetailFieldTitles()
89 aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), nHeight); in insertDetailFields()91 aRect.Y += aSOLabel.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
111 …aRectLabelFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLast… in insertDetailFields()118 …aRectLabelFields.Y += Math.max(aSOLabel.getHeight(LayoutConstants.EmptyLineHeight), nLastHeight); … in insertDetailFields()
30 public class LayoutConstants class
48 LayoutConstants.java \