HomeSort by relevance Sort by last modified time
    Searched defs:Controller (Results 1 - 25 of 32) sorted by null

1 2

  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
Controller.java 21 /** Represents a connected controller. Provides methods to query the state of buttons, axes, POVs, sliders and accelerometers on
22 * the controller. Multiple {@link ControllerListener} instances can be registered with the Controller to receive events in case
23 * the controller's state changes. Listeners will be invoked on the rendering thread.
26 public interface Controller {
57 /** Adds a new {@link ControllerListener} to this {@link Controller}. The listener will receive calls in case the state of the
58 * controller changes. The listener will be invoked on the rendering thread.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 23 public interface Controller {
41 public static final Controller EMPTY_CONTROLLER = new Controller() {
52 * controller's onShowMoreKeysPanel to add the panel's container view.
55 * @param controller the controller that can dismiss this {@link MoreKeysPanel}
63 public void showMoreKeysPanel(View parentView, Controller controller, int pointX,
67 * Dismisses the more keys panel and calls the controller's onDismissMoreKeysPanel to remove
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 43 public static class Controller extends Activity {
64 startService(new Intent(Controller.this,
74 stopService(new Intent(Controller.this,
ForegroundService.java 185 new Intent(this, Controller.class), 0);
244 public static class Controller extends Activity {
271 intent.setClass(Controller.this, ForegroundService.class);
279 intent.setClass(Controller.this, ForegroundService.class);
287 intent.setClass(Controller.this, ForegroundService.class);
295 intent.setClass(Controller.this, ForegroundService.class);
302 stopService(new Intent(Controller.this,
310 intent.setClass(Controller.this, ForegroundService2.class);
317 stopService(new Intent(Controller.this,
IsolatedService.java 105 public static class Controller extends Activity {
RemoteService.java 50 * {@link Controller} and {@link Binding} classes
195 new Intent(this, Controller.class), 0);
223 public static class Controller extends Activity {
244 startService(new Intent(Controller.this, RemoteService.class));
253 stopService(new Intent(Controller.this, RemoteService.class));
ServiceStartArguments.java 42 * in the same process as the application. The {@link Controller}
111 mInvokeIntent = new Intent(this, Controller.class);
179 new Intent(this, Controller.class), 0);
210 public static class Controller extends Activity {
232 startService(new Intent(Controller.this,
240 startService(new Intent(Controller.this,
248 startService(new Intent(Controller.this,
257 startService(new Intent(Controller.this,
  /external/clang/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py 27 class Controller(BaseController):
28 '''Controller for a generic open program.'''
31 super(Controller, self).__init__(os.path.basename(args[0]))
85 '''Controller for the win32 start progam through os.startfile.'''
103 _controllers['open']= Controller('open')
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
173 _controllers[command] = Controller(command)
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 49 public interface Controller {
53 Controller mController;
121 public void setController(Controller controller) {
122 mController = controller;
GroupsListFragment.java 44 Controller mController;
48 public interface Controller {
54 public void setController(Controller controller) {
55 mController = controller;
  /frameworks/av/cmds/stagefright/
sf2.cpp 62 struct Controller : public AHandler {
63 Controller(const char *uri, bool decodeAudio,
79 virtual ~Controller() {
570 DISALLOW_EVIL_CONSTRUCTORS(Controller);
659 sp<Controller> controller = local
660 new Controller(argv[0], decodeAudio, surface, renderToSurface);
662 looper->registerHandler(controller);
666 controller->startAsync();
670 looper->unregisterHandler(controller->id())
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/actionbarcompat/
MultiSelectionUtil.java 42 * Attach a Controller to the given <code>listView</code>, <code>activity</code>
48 * @return the attached Controller instance.
50 public static Controller attachMultiSelectionController(final ListView listView,
52 return new Controller(listView, activity, listener);
63 public static class Controller {
86 private Controller(ListView listView, ActionBarActivity activity,
109 * {@link android.support.v4.app.Fragment Fragment} to allow the controller to restore any
131 * Fragment.onSaveInstanceState(Bundle)} to allow the controller to save its instance
173 * This class encapsulates all of the callbacks necessary for the controller class.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 52 private final ArrayList<Controller> mControllers = new ArrayList<Controller>();
181 // Bind whenever the application has an active route controller.
231 Controller controller = new Controller(routeId, routeGroupId); local
232 mControllers.add(controller);
234 controller.attachConnection(mActiveConnection);
237 return controller;
294 void onControllerReleased(Controller controller)
    [all...]

Completed in 866 milliseconds

1 2