Searched refs:hasEnded (Results 1 – 11 of 11) sorted by relevance
124 return hasEnded() ? (mEndUptimeMillis - mCreateUptimeMillis) : -1; in getDurationDebug()128 boolean hasEnded() { in hasEnded() method in VibrationStats146 if (hasEnded() || (mStartUptimeMillis != 0)) { in reportStarted()165 if (hasEnded()) { in reportEnded()
72 if (hasEnded()) { in end()154 public boolean hasEnded() { in hasEnded() method in HalVibration
871 if (currentVibration.hasEnded() || mCurrentVibration.wasNotifiedToCancel()) { in shouldIgnoreVibrationForOngoingLocked()
408 ended = a.hasEnded() && ended; in getTransformation()
1154 public boolean hasEnded() { in hasEnded() method
1246 && !mOpenOverflowAnimation.hasEnded(); in isOverflowAnimating()1248 && !mCloseOverflowAnimation.hasEnded(); in isOverflowAnimating()
3109 boolean hasEnded = animation.hasEnded();3112 return !hasEnded;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18940 HSPLandroid/view/animation/Animation;->hasEnded()Z
19004 HSPLandroid/view/animation/Animation;->hasEnded()Z
54813 method public boolean hasEnded();