HomeSort by relevance Sort by last modified time
    Searched full:injector (Results 1 - 12 of 12) sorted by null

  /external/chromium/base/
message_pump_glib_unittest.cc 27 source_->injector = this;
91 EventInjector* injector; member in struct:__anon2712::EventInjector::Source
95 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
100 return static_cast<Source*>(source)->injector->HandleCheck();
106 static_cast<Source*>(source)->injector->HandleDispatch();
132 // Checks how many events have been processed by the injector.
133 void ExpectProcessedEvents(EventInjector* injector, int count) {
134 EXPECT_EQ(injector->processed_events(), count);
171 EventInjector* injector() const { return injector_; } function in class:__anon2712::MessagePumpGLibTest
190 EXPECT_EQ(0, injector()->processed_events())
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 42 * Injector.get(this).inject();
49 public final class Injector {
52 private Injector(Activity activity) {
57 * Gets an {@link Injector} capable of injecting fields for the given Activity.
59 public static Injector get(Activity activity) {
60 return new Injector(activity);
InjectView.java 27 * See the {@link Injector} class for more details of how this operates.
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 44 EventInjector* injector; local
112 injector = new EventInjector(consolePort);
118 injector->wait(1000/15);
119 injector->poll();
125 injector->sendMouseDown(ev.button.x, ev.button.y);
131 injector->sendMouseUp(ev.button.x,ev.button.y);
137 injector->sendMouseMotion(ev.button.x,ev.button.y);
148 injector->sendKeyDown(convert_keysym(ev.key.keysym.sym));
185 injector->sendKeyUp(convert_keysym(ev.key.keysym.sym));
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 24 import com.example.android.voicemail.common.inject.Injector;
90 Injector.get(this).inject();
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 30 // An arbitrary injector pid / uid pair that has permission to inject events.
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 46 // The WebViewClassic this injector is responsible for managing.
236 // if an accessibility injector is present (no JavaScript enabled or
AccessibilityInjectorFallback.java 98 // handle to the WebViewClassic this injector is associated with.
118 * Creates a new injector associated with a given {@link WebViewClassic}.
WebViewClassic.java     [all...]
  /external/webkit/LayoutTests/http/conf/
mime.types 167 application/vnd.groove-injector
  /frameworks/base/services/input/
InputDispatcher.h 53 /* Injection failed because the injector did not have permission to inject
    [all...]
InputDispatcher.cpp     [all...]

Completed in 788 milliseconds