Home | History | Annotate | Download | only in statusbar

Lines Matching refs:yPos

51         int yPos = getPaddingTop();
72 yPos += lineHeight;
80 height = yPos + lineHeight;
82 if (yPos + lineHeight < height) {
83 height = yPos + lineHeight;
113 int yPos = getPaddingTop();
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos,
137 yPos += mLineHeight;
150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos,
162 int yPos, int lastHorizontalSpacing) {
178 yPos,
180 yPos + currentChild.getMeasuredHeight());