HomeSort by relevance Sort by last modified time
    Searched refs:animationProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 36 import com.android.systemui.statusbar.stack.AnimationProperties;
58 private static final AnimationProperties DOT_ANIMATION_PROPERTIES = new AnimationProperties() {
67 private static final AnimationProperties ICON_ANIMATION_PROPERTIES = new AnimationProperties() {
79 private static final AnimationProperties mTempProperties = new AnimationProperties() {
88 private static final AnimationProperties ADD_ICON_PROPERTIES = new AnimationProperties() {
97 private static final AnimationProperties UNDARK_PROPERTIES = new AnimationProperties()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ViewState.java 47 protected static final AnimationProperties NO_NEW_ANIMATIONS = new AnimationProperties() {
261 * @param animationProperties the properties of the animation
263 public void animateTo(View child, AnimationProperties animationProperties) {
279 startXTranslationAnimation(child, animationProperties);
286 startYTranslationAnimation(child, animationProperties);
293 startZTranslationAnimation(child, animationProperties);
300 PropertyAnimator.startAnimation(child, SCALE_X_PROPERTY, scaleX, animationProperties);
307 PropertyAnimator.startAnimation(child, SCALE_Y_PROPERTY, scaleY, animationProperties);
    [all...]

Completed in 87 milliseconds