< prev index next >

tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/SamsungLMS700KF07004Device.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 21,34 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.glass.ui.monocle.input.devices; ! import com.sun.glass.ui.monocle.TestApplication; ! import com.sun.glass.ui.monocle.UInput; import org.junit.Assume; /** * SamsungLMS700KF07004Device sends ABS_X and ABS_Y events. It uses BTN_TOUCH to notify * presses and releases. It does not send ABS_X or ABS_Y if that coordinate has --- 21,34 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package test.robot.com.sun.glass.ui.monocle.input.devices; ! import test.robot.com.sun.glass.ui.monocle.TestApplication; ! import test.robot.com.sun.glass.ui.monocle.UInput; import org.junit.Assume; /** * SamsungLMS700KF07004Device sends ABS_X and ABS_Y events. It uses BTN_TOUCH to notify * presses and releases. It does not send ABS_X or ABS_Y if that coordinate has
< prev index next >