Searched refs:scaledHeight (Results 1 – 1 of 1) sorted by relevance
770 int scaledHeight = (int) (scale * height); in dragStart() local772 int y = -scaledHeight / 2; in dragStart()773 dragBounds = new Rect(x, y, scaledWidth, scaledHeight); in dragStart()