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

1 2 3 4 56 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
ModelInstanceParticleBatch.java 22 for(int i=0, count = data.controller.particles.size; i < count; ++i){
44 bufferedParticlesCount += data.controller.particles.size;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
ParticleControllerControllerRenderer.java 20 controllerChannel = controller.particles.getChannel(ParticleChannels.ParticleController);
27 for(int i=0, c = controller.particles.size; i< c; ++i){
ParticleControllerRenderer.java 40 renderData.controller = controller;
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp 6 Direct3DContentProvider::Direct3DContentProvider(Direct3DInterop^ controller) :
7 m_controller(controller)
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DContentProvider.cpp 6 Direct3DContentProvider::Direct3DContentProvider(Direct3DInterop^ controller) :
7 m_controller(controller)
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
49 self.controller = controller
104 def CallMethod(self, method, controller, request,
107 self.controller = controller
118 rpc_controller = 'controller'
131 self.assertEqual(rpc_controller, channel.controller)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 61 /** Platform implementation of the network controller. **/
136 * Construct this controller object and register for updates.
277 if (DEBUG) Log.e(TAG, "Cannot find controller for data sub: " + dataSubId);
282 MobileSignalController controller = getDataController(); local
283 return controller != null ? controller.getState().networkNameData : "";
310 if (DEBUG) Log.e(TAG, "Cannot find controller for voice sub: " + voiceSubId);
386 for (MobileSignalController controller : mMobileSignalControllers.values()) {
387 controller.handleBroadcast(intent);
487 // If we have a copy of this controller already reuse it, otherwise make a new one
491 MobileSignalController controller = new MobileSignalController(mContext, mConfig, local
776 MobileSignalController controller = mMobileSignalControllers local
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
StateChangedListener.java 28 * Called by the controller to notify the JobManager that it should check on the state of a
34 * Called by the controller to notify the JobManager that regardless of the state of the task,
  /frameworks/support/media-compat/java/android/support/v4/media/
TransportStateListener.java 29 public void onPlayingChanged(TransportController controller) {
37 public void onTransportControlsChanged(TransportController controller) {
  /packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
AbstractMenuItemController.java 21 * Base of all {@link MenuItemController}. It contains basic implementation for enabling controller.
24 // Whether or not the controller is enabled. By default it's enabled.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageCursor.java 42 * The current controller that this cursor can use to reference the owning {@link Conversation},
44 * the controller does not, whatever the new controller is MUST update this reference before
62 public void setController(ConversationController controller) {
63 mController = controller;
68 // ALWAYS set up each ConversationMessage with the latest controller.
70 // so if we want to continue using them after rotate, we have to ensure their controller
71 // references always point to the current controller.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
KeyboardNavigationController.java 28 * @param navigateAway custom param indicating if the controller should navigate away from
30 * @return true if the event was handled by the controller, false otherwise.
  /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)
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
SimpleInfluencer.java 36 valueChannel = controller.particles.addChannel(valueChannelDescriptor);
37 ParticleChannels.Interpolation.id = controller.particleChannels.newId();
38 interpolationChannel = controller.particles.addChannel(ParticleChannels.Interpolation);
39 lifeChannel = controller.particles.addChannel(ParticleChannels.Life);
69 c = i +controller.particles.size*valueChannel.strideSize;

Completed in 1267 milliseconds

1 2 3 4 56 7 8 91011>>