OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDistance
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java
46
public void
setDistance
(int distance) {
142
((OvershootInterpolator) mScrollInterpolator).
setDistance
(screenDelta);
/packages/apps/Launcher3/src/com/android/launcher3/
SmoothPagedView.java
45
public void
setDistance
(int distance) {
139
((OvershootInterpolator) mScrollInterpolator).
setDistance
(screenDelta);
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
CollisionResult.java
82
public void
setDistance
(float dist){
SweepSphere.java
284
result.
setDistance
(minT * velocity.length());
351
result.
setDistance
(minT * velocity.length());
377
result.
setDistance
(velocity.length() * t);
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
444
///
setDistance
- Change a constraint to Distance.
445
void
setDistance
(const SCEV *D, const Loop *CurrentLoop);
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java
809
r.
setDistance
(FastMath.sqrt(Math.min(Math.min(d1, d2), d3)) - radius);
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
367
void DependenceAnalysis::Constraint::
setDistance
(const SCEV *D,
[
all
...]
Completed in 262 milliseconds