Searched refs:positionAdjustment (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJViewport.java400 dx = positionAdjustment(getWidth(), contentRect.width, contentRect.x);
401 dy = positionAdjustment(getHeight(), contentRect.height, contentRect.y);
501 private int positionAdjustment(int parentWidth, int childWidth, int childAt) { method in class:JViewport

Completed in 31 milliseconds