Searched refs:getNativeScrollBarOffsetChange (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/macosx/classes/apple/laf/ |
H A D | JRSUIControl.java | 53 private static native double getNativeScrollBarOffsetChange( long cfDictionaryPtr, long oldProperties, long newProperties, double x, double y, double w, double h, int offset, int visibleAmount, int extent); method in class:JRSUIControl 297 final double offsetChange = getNativeScrollBarOffsetChange(cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h, offset, visibleAmount, extent);
|
Completed in 22 milliseconds