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

  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 79 if (passedTarget(oldVelocity, newVelocity, mTarget)) {
92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) {
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 749 bool passedTarget = false;
754 passedTarget = true;
755 if (passedTarget && bestIndex != m_selectedIndex)

Completed in 915 milliseconds