Searched refs:mImageLayoutBounds (Results 1 – 1 of 1) sorted by relevance
763 int width = mImageLayoutBounds.width; in dragStart()764 int height = mImageLayoutBounds.height; in dragStart()765 assert mImageLayoutBounds.x == 0; in dragStart()766 assert mImageLayoutBounds.y == 0; in dragStart()844 private Rectangle mImageLayoutBounds; field in PaletteControl.DescDragSourceListener858 mImageLayoutBounds = preview.getSecond(); in createDragImage()861 mImageLayoutBounds = null; in createDragImage()901 event.offsetX = (int) (scale * mImageLayoutBounds.width / 2); in createDragImage()902 event.offsetY = (int) (scale * mImageLayoutBounds.height / 2); in createDragImage()