Searched refs:TouchAnimator (Results 1 – 4 of 4) sorted by relevance
25 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()
35 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 …]
35 public class TouchAnimator { class48 private TouchAnimator( in TouchAnimator() method in TouchAnimator88 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()
51 protected TouchAnimator mFooterAnimator;143 private TouchAnimator createFooterAnimator() { in createFooterAnimator()144 TouchAnimator.Builder builder = new TouchAnimator.Builder() in createFooterAnimator()