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

  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 47 BJoystick *stick; member in struct:joystick_hwdata
99 BJoystick *stick; local
109 stick = new BJoystick;
110 joystick->hwdata->stick = stick;
113 if ( stick->Open(SDL_joyport[joystick->index]) == B_ERROR ) {
120 stick->EnableCalibration();
123 joystick->nbuttons = stick->CountButtons();
124 joystick->naxes = stick->CountAxes();
125 joystick->nhats = stick->CountHats()
161 BJoystick *stick; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c 412 SDL_Joystick *stick = SDL_joysticks[i]; local
413 if (stick && (stick->ref_count >= 1)) {
414 stick->ref_count = 1;
415 SDL_JoystickClose(stick);
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 90 final View stick = new View(this) { local
126 mLayout.addView(stick, new FrameLayout.LayoutParams((int) (32 * dp),
128 stick.setAlpha(0f);
162 stick.animate()

Completed in 96 milliseconds