/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | PlayerComponent.java | 118 protected void move(float time, float timeDelta, GameObject parentObject) { in move() 213 public void update(float timeDelta, BaseObject parent) { in update() 331 protected void stateMove(float time, float timeDelta, GameObject parentObject) { in stateMove() 385 protected void stateStomp(float time, float timeDelta, GameObject parentObject) { in stateStomp() 437 protected void stateHitReact(float time, float timeDelta, GameObject parentObject) { in stateHitReact() 449 protected void stateDead(float time, float timeDelta, GameObject parentObject) { in stateDead() 487 protected void stateWin(float time, float timeDelta, GameObject parentObject) { in stateWin() 508 protected void stateFrozen(float time, float timeDelta, GameObject parentObject) { in stateFrozen() 518 protected void statePostGhostDelay(float time, float timeDelta, GameObject parentObject) { in statePostGhostDelay()
|
H A D | OrbitalMagnetComponent.java | 53 public void update(float timeDelta, BaseObject parent) { in update() 67 private void applyMagnetism(GameObject target, float centerX, float centerY, float timeDelta) { in applyMagnetism()
|
H A D | NPCComponent.java | 112 public void update(float timeDelta, BaseObject parent) { in update() 212 private boolean executeCommand(int hotSpot, GameObject parentObject, float timeDelta) { in executeCommand()
|
H A D | BaseObject.java | 37 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | MainLoop.java | 34 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | CameraBiasComponent.java | 30 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | CrusherAndouComponent.java | 34 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | PlaySingleSoundComponent.java | 40 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | FixedAnimationComponent.java | 34 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | FrameRateWatcherComponent.java | 37 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | GravityComponent.java | 41 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | MovementComponent.java | 39 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | SimplePhysicsComponent.java | 40 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | SelectDialogComponent.java | 39 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | SimpleCollisionComponent.java | 47 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | GenericAnimationComponent.java | 34 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | InventoryComponent.java | 42 public void update(float timeDelta, BaseObject parent) { in update()
|
H A D | HitPlayerComponent.java | 47 public void update(float timeDelta, BaseObject parent) { in update()
|
/aosp_15_r20/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/ |
H A D | Rotary.kt | 937 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 1005 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant 1149 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 1227 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/ |
D | Rotary.kt | 779 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 846 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant 992 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 1071 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/rotaryinput/ |
D | Rotary.kt | 779 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 846 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant 992 val timeDelta = timestamp - previousScrollEventTime in isOppositeValueAfterScroll() constant 1071 val timeDelta = timestamp - previousScrollEventTime in isNewScrollEvent() constant
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ExtendedWifiInfo.java | 105 long timeDelta = timeStamp - link.lastPacketCountUpdateTimeStamp; in updateMloRates() local 147 long timeDelta = timeStamp - mLastPacketCountUpdateTimeStamp; in updateWifiInfoRates() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
H A D | LocalEventLog.java | 66 private static int createEntry(boolean isFiller, int timeDelta) { in createEntry() 154 private void addLogEventInternal(boolean isFiller, int timeDelta, @Nullable T logEvent) { in addLogEventInternal()
|
/aosp_15_r20/system/hardware/interfaces/suspend/1.0/default/ |
D | WakeLockEntryList.cpp | 540 TimestampType timeDelta = timeNow - updatedEntry.lastChange; in updateOnRelease() local 568 TimestampType timeDelta = timeNow - it->lastChange; in updateNow() local
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | ConditionVariableTest.java | 75 long timeDelta = System.currentTimeMillis() - time; in testConditionVariable() local
|