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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java505 public static class WindowClipCorners extends Property { class in class:JRSUIConstants
511 WindowClipCorners(final byte value) { method in class:JRSUIConstants.WindowClipCorners
516 public static final WindowClipCorners NO = new WindowClipCorners(_no);
518 public static final WindowClipCorners YES = new WindowClipCorners(_yes);
522 private static final byte SHIFT = WindowClipCorners.SHIFT + WindowClipCorners.SIZE;
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m362 IF_CHANGED_SET_KEYED_BOOLEAN(WindowClipCorners, windowFrameDrawClippedKey, get_boolean_value_for);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java106 titleBarPainter.state.set(WindowClipCorners.YES);

Completed in 37 milliseconds