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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java101 static class PropertyEncoding { class in class:JRSUIConstants
105 PropertyEncoding(final long mask, final byte shift) { method in class:JRSUIConstants.PropertyEncoding
112 final PropertyEncoding encoding;
116 Property(final PropertyEncoding encoding, final byte ordinal) {
140 private static final PropertyEncoding size = new PropertyEncoding(MASK, SHIFT);
160 private static final PropertyEncoding state = new PropertyEncoding(MASK, SHIFT);
186 private static final PropertyEncoding direction = new PropertyEncoding(MAS
[all...]

Completed in 130 milliseconds