Home | History | Annotate | Download | only in layout

Lines Matching defs:be

105         Rect be = elements[0].getBounds();
107 if (be.isValid()) {
111 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0);
112 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0);
172 Rect be = element.getBounds();
187 if (be.isValid()) {
188 offset = new Point(x - be.x, y - be.y);
190 } else if (offset != null && be.isValid()) {
191 x = offset.x + be.x;
192 y = offset.y + be.y;
195 y += be.isValid() ? be.h : 10;
218 * Overridden in this layout in order to let the top left coordinate be affected by