Searched refs:TouchAnimator (Results 1 – 5 of 5) 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()
29 import com.android.systemui.qs.TouchAnimator.Builder;30 import com.android.systemui.qs.TouchAnimator.Listener;61 private TouchAnimator mFirstPageAnimator;62 private TouchAnimator mFirstPageDelayedAnimator;63 private TouchAnimator mTranslationXAnimator;64 private TouchAnimator mTranslationYAnimator;65 private TouchAnimator mNonfirstPageAnimator;66 private TouchAnimator mNonfirstPageDelayedAnimator;67 private TouchAnimator mBrightnessAnimator;174 TouchAnimator.Builder firstPageBuilder = new Builder(); in updateAnimators()[all …]
33 public class TouchAnimator { class44 private TouchAnimator(Object[] targets, KeyframeSet[] keyframeSets, in TouchAnimator() method in TouchAnimator78 private static final FloatProperty<TouchAnimator> POSITION =79 new FloatProperty<TouchAnimator>("position") {81 public void setValue(TouchAnimator touchAnimator, float value) {86 public Float get(TouchAnimator touchAnimator) {169 if (target instanceof TouchAnimator && "position".equals(property)) { in getProperty()195 public TouchAnimator build() { in build()196 return new TouchAnimator(mTargets.toArray(new Object[mTargets.size()]), in build()
59 import com.android.systemui.qs.TouchAnimator.Builder;92 protected TouchAnimator mFooterAnimator;97 private TouchAnimator mSettingsCogAnimator;216 private TouchAnimator createFooterAnimator() { in createFooterAnimator()217 return new TouchAnimator.Builder() in createFooterAnimator()
109 private TouchAnimator mStatusIconsAlphaAnimator;110 private TouchAnimator mHeaderTextContainerAlphaAnimator;330 mStatusIconsAlphaAnimator = new TouchAnimator.Builder() in updateStatusIconAlphaAnimator()336 mHeaderTextContainerAlphaAnimator = new TouchAnimator.Builder() in updateHeaderTextContainerAlphaAnimator()