OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_sup
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
OverScroller.java
672
final float
x_sup
= (float) (index + 1) / NB_SAMPLES;
local
675
final float timeCoef = t_inf + (x - x_inf) / (
x_sup
- x_inf) * (t_sup - t_inf);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java
676
final float
x_sup
= (float) (index + 1) / NB_SAMPLES;
local
679
final float timeCoef = t_inf + (x - x_inf) / (
x_sup
- x_inf) * (t_sup - t_inf);
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java
677
final float
x_sup
= (float) (index + 1) / NB_SAMPLES;
local
680
final float timeCoef = t_inf + (x - x_inf) / (
x_sup
- x_inf) * (t_sup - t_inf);
[
all
...]
Completed in 3059 milliseconds