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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java473 public static class NothingToScroll extends Property { class in class:JRSUIConstants
479 NothingToScroll(final byte value) { method in class:JRSUIConstants.NothingToScroll
484 public static final NothingToScroll NO = new NothingToScroll(_no);
486 public static final NothingToScroll YES = new NothingToScroll(_yes);
490 private static final byte SHIFT = NothingToScroll.SHIFT + NothingToScroll.SIZE;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java131 scrollBarState.set(NothingToScroll.YES);
138 scrollBarState.set(NothingToScroll.NO);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m360 IF_CHANGED_SET_KEYED_BOOLEAN(NothingToScroll, nothingToScrollKey, get_boolean_value_for);

Completed in 88 milliseconds