Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java35 import com.android.systemui.qs.TouchAnimator.Builder;
62 TouchAnimator.Listener, OnLayoutChangeListener,
101 private TouchAnimator mFirstPageAnimator;
103 private TouchAnimator mTranslationXAnimator;
105 private TouchAnimator mTranslationYAnimator;
107 private TouchAnimator mQQSTranslationYAnimator;
109 private TouchAnimator mNonfirstPageAlphaAnimator;
111 private TouchAnimator mAllPagesDelayedAnimator;
114 private TouchAnimator mBrightnessTranslationAnimator;
117 private TouchAnimator mBrightnessOpacityAnimator;
[all …]
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()
DQSFooterView.java51 protected TouchAnimator mFooterAnimator;
143 private TouchAnimator createFooterAnimator() { in createFooterAnimator()
144 TouchAnimator.Builder builder = new TouchAnimator.Builder() in createFooterAnimator()