Home
last modified time | relevance | path

Searched refs:TouchAnimator (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DTouchAnimatorTest.java25 import com.android.systemui.qs.TouchAnimator.Listener;
47 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueFloat()
63 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueFloat_threeValues()
85 TouchAnimator animator = new TouchAnimator.Builder() in testSetValueInt()
101 TouchAnimator animator = new TouchAnimator.Builder() in testStartDelay()
121 TouchAnimator animator = new TouchAnimator.Builder() in testEndDelay()
141 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationAtStartCallback()
166 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationAtEndCallback()
191 TouchAnimator animator = new TouchAnimator.Builder() in testOnAnimationStartedCallback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java35 import com.android.systemui.qs.TouchAnimator.Builder;
101 private TouchAnimator mFirstPageAnimator;
103 private TouchAnimator mTranslationXAnimator;
105 private TouchAnimator mTranslationYAnimator;
107 private TouchAnimator mQQSTranslationYAnimator;
109 private TouchAnimator mNonfirstPageAlphaAnimator;
111 private TouchAnimator mAllPagesDelayedAnimator;
119 private TouchAnimator mQQSFooterActionsAnimator;
256 TouchAnimator.Builder animatorBuilderX, in translateContent()
257 TouchAnimator.Builder animatorBuilderY, in translateContent()
[all …]
H A DTouchAnimator.java35 public class TouchAnimator { class
48 private TouchAnimator( in TouchAnimator() method in TouchAnimator
88 private static final FloatProperty<TouchAnimator> POSITION =
89 new FloatProperty<TouchAnimator>("position") {
91 public void setValue(TouchAnimator touchAnimator, float value) {
96 public Float get(TouchAnimator touchAnimator) {
181 if (target instanceof TouchAnimator && "position".equals(property)) { in getProperty()
208 public TouchAnimator build() { in build()
209 return new TouchAnimator(mTargets.toArray(new Object[mTargets.size()]), in build()
H A DQSFooterView.java50 protected TouchAnimator mFooterAnimator;
122 private TouchAnimator createFooterAnimator() { in createFooterAnimator()
123 TouchAnimator.Builder builder = new TouchAnimator.Builder() in createFooterAnimator()