Searched refs:mLeft (Results 1 – 3 of 3) sorted by relevance
116 private int[] mLeft; field in GridModel707 mLeft = new int[xs.length]; in assignCellBoundsFromView()710 mLeft[i] = xs[i] + layoutBoundsX; in assignCellBoundsFromView()743 mLeft = new int[actualColumnCount + 1]; in assignCellBoundsFromBounds()745 mLeft[i] = UNDEFINED; in assignCellBoundsFromBounds()747 mLeft[0] = layoutBounds.x; in assignCellBoundsFromBounds()748 mLeft[actualColumnCount] = layoutBounds.x2(); in assignCellBoundsFromBounds()764 if (mLeft[column] == UNDEFINED) { in assignCellBoundsFromBounds()765 mLeft[column] = bounds.x; in assignCellBoundsFromBounds()767 mLeft[column] = Math.min(bounds.x, mLeft[column]); in assignCellBoundsFromBounds()[all …]
287 final int mLeft; field in PsdFile.Layer327 mLeft = offset.x; in Layer()381 out.writeInt(mLeft); in write()
996 private final int[] mLeft; field in RelativeLayoutConversionHelper.Grid1004 mLeft = left; in Grid()1156 return mLeft[col + 1] - mLeft[col]; in getColumnWidth()1260 out.printf("|%-" + (cellWidth - 1) + "d", mLeft[col]); //$NON-NLS-1$ //$NON-NLS-2$ in toString()1423 private final Map<Integer, List<View>> mLeft = new HashMap<Integer, List<View>>(); field in RelativeLayoutConversionHelper.EdgeList1457 return mLeft.get(leftOffset); in getLeftEdgeViews()1484 return getOffsets(mLeft.keySet(), mRight.keySet()); in getColumnOffsets()1597 record(mLeft, Integer.valueOf(bounds.x), view); in add()