OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
757
bool
passedTarget
= false;
762
passedTarget
= true;
763
if (
passedTarget
&& bestIndex != m_selectedIndex)
Completed in 410 milliseconds