HomeSort by relevance Sort by last modified time
    Searched refs:mTouchScreen (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 24 private InputTouchScreen mTouchScreen = new InputTouchScreen();
40 mTouchScreen.reset();
56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y);
61 mTouchScreen.release(index);
99 mTouchScreen.resetAll();
105 return mTouchScreen;
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
ConfigGenerator.java 160 private TouchScreen mTouchScreen = TouchScreen.FINGER;
179 config.setTouchTypeQualifier(new TouchScreenQualifier(mTouchScreen));
303 mTouchScreen = touchScreen;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]

Completed in 90 milliseconds