Searched refs:controlDragBounds (Results 1 – 1 of 1) sorted by relevance
553 Rect controlDragBounds = dragInfo.getDragBounds(); in updateDropFeedback() local554 if (controlDragBounds != null) { in updateDropFeedback()559 int x = (int) (controlDragBounds.x / horizScale); in updateDropFeedback()560 int y = (int) (controlDragBounds.y / verticalScale); in updateDropFeedback()561 int w = (int) (controlDragBounds.w / horizScale); in updateDropFeedback()562 int h = (int) (controlDragBounds.h / verticalScale); in updateDropFeedback()