Searched defs:fInsets (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java328 Insets fInsets; field in class:AquaTreeUI.TreeArrowMouseInputHandler
347 fInsets = tree.getInsets();
349 if (fInsets == null) fInsets = new Insets(0, 0, 0, 0);
358 fBounds.x += fInsets.left;
359 fBounds.y += fInsets.top;
447 paintVerticalPartOfLeg(g, fPathBounds, fInsets, parentPath);
448 paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHasBeenExpanded, fIsLeaf);
450 paintHorizontalPartOfLeg(g, fPathBounds, fInsets, fBounds, fTrackingPath, fTrackingRow, fIsExpanded, fHasBeenExpanded, fIsLeaf);
452 paintExpandControl(g, fPathBounds, fInsets, fBound
[all...]

Completed in 35 milliseconds