Home
last modified time | relevance | path

Searched refs:movement (Results 1 – 25 of 104) sorted by relevance

12345

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java41 for (Movement movement : movements) { in clear()
42 movement.clear(); in clear()
107 Movement movement = movements[index]; in computeCurrentVelocity() local
108 long duration = movement.eventTime - oldestMovement.eventTime; in computeCurrentVelocity()
112 float vx = (movement.x.get(pointerId) - oldestMovement.x.get(pointerId)) * scale; in computeCurrentVelocity()
113 float vy = (movement.y.get(pointerId) - oldestMovement.y.get(pointerId)) * scale; in computeCurrentVelocity()
/external/libpng/scripts/
Doptions.awk637 movement = 0 # done nothing
789 ++movement
792 if (!finished && !movement) {
819 movement = 0 # done nothing
880 ++movement
883 if (!finished && !movement) {
/external/autotest/client/site_tests/touch_MouseScroll/
DREADME3 scroll movement). Having the scroll stop in the middle of the test would break
30 the test page. Do not pause the movement until pointer is at
/external/grpc-grpc/src/core/ext/
DREADME.md4 NOTE: The movement of code between lib and ext is an ongoing effort, so this
/external/rust/crates/grpcio-sys/grpc/src/core/ext/
DREADME.md4 NOTE: The movement of code between lib and ext is an ongoing effort, so this
/external/rust/crates/grpcio-sys/grpc/src/core/lib/
DREADME.md5 NOTE: The movement of code between lib and ext is an ongoing effort, so this
/external/grpc-grpc/src/core/lib/
DREADME.md5 NOTE: The movement of code between lib and ext is an ongoing effort, so this
/external/autotest/client/site_tests/touch_TouchscreenZoom/
DREADME4 zoom starts, do not stop movement or lift fingers until gesture is complete.
/external/autotest/client/site_tests/touch_TouchscreenScroll/
DREADME7 scroll during the movement. Scroll should be continuous.
/external/replicaisland/src/com/replica/replicaisland/
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/autotest/test_suites/
Dcontrol.wifi_atten_roam_perf7 PURPOSE = "Measure WiFi roaming performance/correctness in simulated DUT movement scenarios."
/external/autotest/client/site_tests/touch_TapSettings/
Dcontrol21 working, the click count will increase. If tap dragging is working, movement
DREADME22 the test page. Do not pause the movement until pointer is at
/external/autotest/client/site_tests/touch_ScrollDirection/
DREADME18 the test page. Do not pause the movement until pointer is at
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java110 MovementMethod movement = new ArrowKeyMovementMethod(); in testMovementMethod() local
113 textView.setMovementMethod(movement); in testMovementMethod()
114 assertThat(textView.getMovementMethod()).isSameInstanceAs(movement); in testMovementMethod()
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DTransform.pde3 PVector inv_mov; // inverse of movement vector
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt29 16. Instruction combination, register movement, scheduling... etc.
D2001-06-01-GCCOptimizations2.txt52 2. Register movement: try to get registers in the right places for the
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt29 16. Instruction combination, register movement, scheduling... etc.
D2001-06-01-GCCOptimizations2.txt52 2. Register movement: try to get registers in the right places for the
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-value-arg-movement.ll3 ; Test the movement of dbg.values of arguments. SelectionDAG tries to be
/external/walt/docs/
DDragLatency.md34 …m would move up and half down (corresponding to direction of the finger movement in that point) an…
/external/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll90 ; Check that the movement to and from GPRs takes place in the NEON domain.
/external/llvm-project/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll90 ; Check that the movement to and from GPRs takes place in the NEON domain.
/external/python/cpython2/Demo/turtle/
Dabout_turtle.txt40 - Fine control over turtle movement and screen updates via delay(),

12345