Searched refs:interpolated (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Scroller.java | 597 final float interpolated = VISCOUS_FLUID_NORMALIZE * viscousFluid(input); in getInterpolation() local 598 if (interpolated > 0) { in getInterpolation() 599 return interpolated + VISCOUS_FLUID_OFFSET; in getInterpolation() 601 return interpolated; in getInterpolation()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AutoScrollHelper.java | 610 final float interpolated; in getEdgeValue() local 612 interpolated = -mEdgeInterpolator.getInterpolation(-value); in getEdgeValue() 614 interpolated = mEdgeInterpolator.getInterpolation(value); in getEdgeValue() 619 return constrain(interpolated, -1, 1); in getEdgeValue()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 2824 public void onDozeAmountChanged(float linear, float interpolated) { in onDozeAmountChanged() argument
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_allocation_data.rsh | 2657 …* lod: Mip level to sample from, for fractional values mip levels will be interpolated if RS_SAM…
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |