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

/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DUninitializedDisplayModeChangeTest.java104 String inputType; field in class:UninitializedDisplayModeChangeTest.StreamProcessor
105 StreamProcessor(String inputType, InputStream is) { argument
106 this.inputType = inputType;
115 System.out.println("Display Changer "+inputType+
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputTests.java167 int inputType; field in class:InputTests.Context
179 inputType = t.getType();
183 if ((inputType == INPUT_FILE) ||
184 (inputType == INPUT_URL) ||
185 (inputType == INPUT_FILECHANNEL))
194 if (inputType == INPUT_FILE) {
196 } else if (inputType == INPUT_FILECHANNEL) {
198 } else { // inputType == INPUT_URL
229 switch (inputType) {

Completed in 27 milliseconds