HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 101 - 125 of 1802) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
SettingsDumpService.java 76 DataUsageController controller = new DataUsageController(this); local
85 final JSONObject usage = dumpDataUsage(mobileAll, controller);
92 obj.put("wifi", dumpDataUsage(NetworkTemplate.buildTemplateWifiWildcard(), controller));
95 obj.put("ethernet", dumpDataUsage(NetworkTemplate.buildTemplateEthernet(), controller));
100 private JSONObject dumpDataUsage(NetworkTemplate template, DataUsageController controller)
103 DataUsageController.DataUsageInfo usage = controller.getDataUsageInfo(template);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AllAccountObserver.java 51 * a call to {@link #onChanged(Account[])} when the controller changes the list of accounts.
53 * @param controller
55 public Account[] initialize(AccountController controller) {
56 if (controller == null) {
57 LogUtils.wtf(LOG_TAG, "AllAccountObserver initialized with null controller!");
59 mController = controller;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
_package.html 32 Controller}
35 Controller}
43 <li>{@link com.android.samples.app.AlarmController Alarm Controller}
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/emu/com/badlogic/gdx/controllers/mappings/
Ouya.java 19 import com.badlogic.gdx.controllers.Controller;
21 /** Button and axis indices for the OUYA {@link Controller}.
24 public static final String ID = "OUYA Game Controller";
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/
Emitter.java 10 * It should notify the particle controller when particles are activated, killed, or when an emission cycle begins.
28 controller.particles.size = 0;
33 controller.particles.size = 0;
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogFactory.java 23 * chooser and controller dialogs as needed.
63 * Called when the controller dialog is being opened and it is time to create the fragment.
68 * @return The media route controller dialog fragment, must not be null.
  /system/bt/device/include/
controller.h 58 // Get the cached acl data sizes for the controller.
62 // Get the cached acl packet sizes for the controller.
70 // Get the number of acl packets the controller can buffer.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_power_monitor_controller_unittest.py 49 controller = android_power_monitor_controller.AndroidPowerMonitorController(
51 self.assertEqual(controller.CanMonitorPower(), True)
52 controller.StartMonitoringPower(None)
53 controller_returns = controller.StopMonitoringPower()
  /external/chromium-trace/catapult/tracing/tracing/ui/
brushing_state_controller_test.html 151 var controller = new tr.c.BrushingStateController(undefined);
153 element.brushingStateController = controller;
157 controller);
161 var controller = new tr.c.BrushingStateController(undefined);
163 ancestor.brushingStateController = controller;
168 controller);
172 var controller = new tr.c.BrushingStateController(undefined);
174 host.brushingStateController = controller;
179 controller);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
CountPanel.java 44 ParticleController controller = editor.getEmitter();
45 controller.emitter.minParticleCount = (int)minSlider.getValue();
55 ParticleController controller = editor.getEmitter();
56 controller.emitter.maxParticleCount = (int)maxSlider.getValue();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 54 * Create route controller.
57 * - arg2 : route controller id
63 * Release route controller.
66 * - arg2 : route controller id
74 * - arg2 : route controller id
82 * - arg2 : route controller id
90 * - arg2 : route controller id
99 * - arg2 : route controller id
108 * - arg2 : route controller id
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EmptyViewController.java 29 * Controller that displays empty view and handles animation appropriately.
43 * Constructor of the controller.
66 * Sets the state for the controller. If it's empty, it will display the empty view.
68 * @param isEmpty Whether or not the controller should transition into empty state.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 22 import com.android.gallery3d.filtershow.controller.Control;
23 import com.android.gallery3d.filtershow.controller.FilterView;
24 import com.android.gallery3d.filtershow.controller.Parameter;
25 import com.android.gallery3d.filtershow.controller.ParameterInteger;
  /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
  /system/bt/hci/include/
bt_hci_bdroid.h 60 /* Host/Controller lib internal event ID */
65 /* Message event mask across Host/Controller lib and stack */
69 /* Message event ID passed from Host/Controller lib to stack */
81 /* Local Bluetooth Controller ID for BR/EDR */
  /prebuilts/misc/windows/sdl2/test/
testgamecontroller.c 13 /* Simple program to test the SDL game controller routines */
137 const char *basetitle = "Game Controller Test: ";
152 /* Create a window to display controller state */
191 /* Print info about the controller we are watching */
192 SDL_Log("Watching controller %s\n", name ? name : "Unknown Controller");
194 /* Loop, getting controller events! */
216 /* Update visual controller state */
271 /* Print information about the controller */
283 description = "Controller";
    [all...]
  /external/autotest/client/cros/chameleon/
usb_controller.py 5 """This module provides the USB Controller interface."""
9 """An abstraction of USB audio gadget driver controller on Chameleon.
  /external/autotest/client/site_tests/hardware_SAT/
control 12 setup/hold problems, memory controller and bus interface issues, and disk
13 controller issues. It can also detect bad memory cells and cache coherency
control.hwqual 12 setup/hold problems, memory controller and bus interface issues, and disk
13 controller issues. It can also detect bad memory cells and cache coherency
control.memory_qual 12 setup/hold problems, memory controller and bus interface issues, and disk
13 controller issues. It can also detect bad memory cells and cache coherency
  /external/autotest/client/site_tests/power_BacklightControl/
control 7 PURPOSE = "Verify the backlight controller functions properly."
23 This test verifies that the backlight controller can adjust brightness up and
  /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)
  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
Controllers.java 30 /** Provides access to connected {@link Controller} instances. Query the available controllers via {@link #getControllers()}, add
33 * be invoked for all events generated by all controllers. Polling a Controller can be done by invoking one of its getter methods.
40 /** Returns an array of connected {@link Controller} instances. This method should only be called on the rendering thread.
43 static public Array<Controller> getControllers () {
48 /** Add a global {@link ControllerListener} that can react to events from all {@link Controller} instances. The listener will be
84 Gdx.app.log(TAG, "No controller manager is available for Android versions < API level 12");
96 Gdx.app.log(TAG, "No controller manager is available for: " + Gdx.app.getType());
105 throw new GdxRuntimeException("Error creating controller manager: " + className, ex);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
AndroidControllerEvent.java 29 /** the controller the event belongs to **/
30 public AndroidController controller; field in class:AndroidControllerEvent
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-gwt/src/com/badlogic/gdx/controllers/gwt/
GwtControllerEvent.java 30 /** the controller the event belongs to **/
31 public GwtController controller; field in class:GwtControllerEvent

Completed in 2005 milliseconds

1 2 3 45 6 7 8 91011>>