/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | TextInterpolatorTest.kt | 89 val interp = TextInterpolator(layout, typefaceCache) in testStartState() constant 108 val interp = TextInterpolator(layout, typefaceCache) in testEndState() constant 126 val interp = TextInterpolator(layout, typefaceCache) in testMiddleState() constant 148 val interp = TextInterpolator(layout, typefaceCache) in testRebase() constant 170 val interp = TextInterpolator(layout, typefaceCache) in testBidi_LTR() constant 190 val interp = TextInterpolator(layout, typefaceCache) in testBidi_RTL() constant 210 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Empty() constant 232 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Xcoordinate() constant 257 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_Ycoordinate() constant 282 val interp = TextInterpolator(layout, typefaceCache).apply { in testGlyphCallback_TextSize() constant [all …]
|
D | FontInterpolatorTest.kt | 61 val interp = FontInterpolator() in <lambda>() constant 76 val interp = FontInterpolator() in <lambda>() constant 89 val interp = FontInterpolator() in <lambda>() constant 104 val interp = FontInterpolator() in <lambda>() constant 112 val interp = FontInterpolator() in <lambda>() constant
|
/frameworks/base/libs/hwui/jni/ |
D | Interpolator.cpp | 11 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_destructor() local 17 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_reset() local 23 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_setKeyFrame() local 35 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_setRepeatMirror() local 45 SkiaInterpolator* interp = reinterpret_cast<SkiaInterpolator*>(interpHandle); in Interpolator_timeToValues() local
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerFirProcessNeon.h | 92 int16x4_t interp; in ProcessNeonIntrinsic() local 200 int32x2_t interp; in ProcessNeonIntrinsic() local 375 float32x2_t interp; in ProcessNeonIntrinsic() local
|
D | AudioResamplerCubic.h | 50 static inline int32_t interp(state* p, int32_t x) { in interp() function
|
D | AudioResamplerFirProcessSSE.h | 54 __m128 interp; in ProcessSSEIntrinsic() local
|
/frameworks/rs/ |
D | rsAnimation.cpp | 123 RsAnimationInterpolation interp, in rsi_AnimationCreate()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioCoefInterpolator.cpp | 78 audio_coef_t AudioCoefInterpolator::interp(audio_coef_t lo, audio_coef_t hi, in interp() function in android::AudioCoefInterpolator
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 704 final float interp = mInterpolator.getInterpolation(t); in update() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedStateListDrawable.java | 281 final FrameInterpolator interp = new FrameInterpolator(ad, reversed); in AnimationDrawableTransition() local
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1269 LDSection& interp = getOutputFormat()->getInterp(); in sizeInterp() local 1276 const LDSection& interp = getOutputFormat()->getInterp(); in emitInterp() local
|