HomeSort by relevance Sort by last modified time
    Searched defs:robot (Results 1 - 4 of 4) sorted by null

  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBotActivity.java 16 package com.android.cts.robot;
20 import com.android.cts.robot.R;
NotificationBot.java 16 package com.android.cts.robot;
31 private static final String ACTION_POST = "com.android.cts.robot.ACTION_POST";
32 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL";
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 76 private Robot robot; field in class:AwtMouseInput
93 robot = new Robot();
95 logger.log(Level.SEVERE, "Could not create a robot, so the mouse cannot be grabbed! ", e);
262 // by the events generated by the robot. If this happens, the last known location is resetted.
287 if (robot != null) {
293 robot.mouseMove(centerLocationOnScreen.x, centerLocationOnScreen.y);
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 790 milliseconds