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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java209 void updateInsets() { method in class:TableView
614 updateInsets();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWWindowPeer.java169 updateInsets(insets_);
253 native void updateInsets(Insets i); method in class:WWindowPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java208 updateInsets(platformWindow.getInsets());
677 final boolean invalid = updateInsets(platformWindow.getInsets());
1186 public final boolean updateInsets(final Insets newInsets) { method in class:LWWindowPeer

Completed in 2482 milliseconds