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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
PropertyAnimatorTest.java 130 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()),
140 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationStartTag()),
159 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()),
172 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()),
184 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationStartTag()),
194 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag());
205 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag());
216 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag());
227 ValueAnimator animator = ViewState.getChildTag(mView, mProperty.getAnimatorTag());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
ViewState.java 251 return getChildTag(view, tag) != null;
255 return getChildTag(view, property.getAnimatorTag()) != null;
325 Float previousStartValue = getChildTag(child,TAG_START_ALPHA);
326 Float previousEndValue = getChildTag(child,TAG_END_ALPHA);
331 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_ALPHA);
412 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_Z);
413 Float previousEndValue = getChildTag(child,TAG_END_TRANSLATION_Z);
418 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_TRANSLATION_Z);
472 Float previousStartValue = getChildTag(child,TAG_START_TRANSLATION_X);
473 Float previousEndValue = getChildTag(child,TAG_END_TRANSLATION_X)
    [all...]

Completed in 2607 milliseconds