/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVelocityTracker.java | 41 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/ |
D | options.awk | 637 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/ |
D | README | 3 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/ |
D | README.md | 4 NOTE: The movement of code between lib and ext is an ongoing effort, so this
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/ |
D | README.md | 4 NOTE: The movement of code between lib and ext is an ongoing effort, so this
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/ |
D | README.md | 5 NOTE: The movement of code between lib and ext is an ongoing effort, so this
|
/external/grpc-grpc/src/core/lib/ |
D | README.md | 5 NOTE: The movement of code between lib and ext is an ongoing effort, so this
|
/external/autotest/client/site_tests/touch_TouchscreenZoom/ |
D | README | 4 zoom starts, do not stop movement or lift fingers until gesture is complete.
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | README | 7 scroll during the movement. Scroll should be continuous.
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 707 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/ |
D | control.wifi_atten_roam_perf | 7 PURPOSE = "Measure WiFi roaming performance/correctness in simulated DUT movement scenarios."
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | control | 21 working, the click count will increase. If tap dragging is working, movement
|
D | README | 22 the test page. Do not pause the movement until pointer is at
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 18 the test page. Do not pause the movement until pointer is at
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 110 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/ |
D | Transform.pde | 3 PVector inv_mov; // inverse of movement vector
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 29 16. Instruction combination, register movement, scheduling... etc.
|
D | 2001-06-01-GCCOptimizations2.txt | 52 2. Register movement: try to get registers in the right places for the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 29 16. Instruction combination, register movement, scheduling... etc.
|
D | 2001-06-01-GCCOptimizations2.txt | 52 2. Register movement: try to get registers in the right places for the
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbg-value-arg-movement.ll | 3 ; Test the movement of dbg.values of arguments. SelectionDAG tries to be
|
/external/walt/docs/ |
D | DragLatency.md | 34 …m would move up and half down (corresponding to direction of the finger movement in that point) an…
|
/external/llvm/test/CodeGen/ARM/ |
D | domain-conv-vmovs.ll | 90 ; Check that the movement to and from GPRs takes place in the NEON domain.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | domain-conv-vmovs.ll | 90 ; Check that the movement to and from GPRs takes place in the NEON domain.
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtle.txt | 40 - Fine control over turtle movement and screen updates via delay(),
|