Searched refs:movement (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc285 // Clear all pointers on down before adding the new movement.
289 // Start a new movement trace for a pointer that just went down.
308 // the movement. However, if the up event itself is delayed because of
317 // about pointer movement. We also want to preserve the last known
378 Movement& movement = movements_[index_]; local
379 movement.event_time = event_time;
380 movement.id_bits = id_bits;
383 movement.positions[i] = positions[i];
575 // Iterate over movement samples in reverse time order and collect samples.
585 const Movement& movement
[all...]
/external/libpng/scripts/
H A Doptions.awk637 movement = 0 # done nothing
789 ++movement
792 if (!finished && !movement) {
819 movement = 0 # done nothing
880 ++movement
883 if (!finished && !movement) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java707 GameComponent movement = allocateComponent(MovementComponent.class);
849 staticData.add(movement);
1177 GameComponent movement = allocateComponent(MovementComponent.class);
1221 staticData.add(movement);
1353 GameComponent movement = allocateComponent(MovementComponent.class);
1397 staticData.add(movement);
1716 GameComponent movement = allocateComponent(MovementComponent.class);
1817 staticData.add(movement);
1899 GameComponent movement = allocateComponent(MovementComponent.class);
1966 staticData.add(movement);
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTextViewTest.java78 MovementMethod movement = new ArrowKeyMovementMethod();
81 textView.setMovementMethod(movement);
82 assertThat(textView.getMovementMethod(), sameInstance(movement));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java215 public final void setMovementMethod(MovementMethod movement) { argument
216 movementMethod = movement;
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc444 pp::Point movement = mouse_event.GetMovement(); local
446 ScalePoint(device_scale_, &movement);
455 movement);
H A Dinstance.cc388 pp::Point movement = mouse_event.GetMovement(); local
390 ScalePoint(device_scale_, &movement);
399 movement);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1294 milliseconds