HomeSort by relevance Sort by last modified time
    Searched refs:Movement (Results 1 - 21 of 21) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVelocityTracker.java 18 private final Movement[] movements = new Movement[HISTORY_SIZE];
30 movements[i] = new Movement();
41 for (Movement movement : movements) {
42 movement.clear();
74 Movement newestMovement = movements[curIndex];
88 Movement nextOldestMovement = movements[nextOldestIndex];
99 Movement oldestMovement = movements[oldestIndex];
107 Movement movement = movements[index] local
    [all...]
  /frameworks/native/include/input/
VelocityTracker.h 78 // Adds movement information for a set of pointers.
80 // are included in the movement.
85 // Adds movement information for all pointers in a MotionEvent, including historical samples.
90 // insufficient movement information for the pointer.
101 // Gets a bitset containing all pointer ids from the most recent movement.
175 struct Movement {
190 Movement mMovements[HISTORY_SIZE];
253 struct Movement {
264 Movement mMovements[HISTORY_SIZE];
287 struct Movement {
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 278 // Clear all pointers on down before adding the new movement.
282 // Start a new movement trace for a pointer that just went down.
295 // pointer movement. We also want to preserve the last known velocity of the pointers.
301 // before adding the movement.
387 Movement& movement = mMovements[mIndex]; local
388 movement.eventTime = eventTime;
389 movement.idBits = idBits;
392 movement.positions[i] = positions[i];
607 // Iterate over movement samples in reverse time order and collect samples
893 Movement& movement = mMovements[mIndex]; local
948 const Movement& movement = mMovements[index]; local
1007 Movement& movement = mMovements[mIndex]; local
1137 const Movement& movement = mMovements[index]; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 229 // Movement between float and integer registers with no change in bits; accomplished with stores+loads on PPC.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 229 // Movement between float and integer registers with no change in bits; accomplished with stores+loads on PPC.
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 666 milliseconds