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

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java129 private IntBuffer rawFeedbacks;
622 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
632 rawFeedbacks = new IntBuffer(INITIAL_SIZE);
1015 * IntBuffer is an inner class that manipulates an int array and
1020 private final class IntBuffer { class in class:X11InputMethod
1025 IntBuffer(int initialCapacity) { method in class:X11InputMethod.IntBuffer

Completed in 32 milliseconds