Home | History | Annotate | Download | only in notification

Lines Matching defs:ViewState

41 import com.android.systemui.statusbar.stack.ViewState;
115 assertTrue(ViewState.isAnimating(mView, mProperty));
122 assertFalse(ViewState.isAnimating(mView, mProperty));
130 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()),
140 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationStartTag()),
158 assertTrue(ViewState.isAnimating(mView, mProperty));
159 assertEquals(ViewState.getChildTag(mView, mProperty.getAnimationEndTag()),
171 assertTrue(ViewState.isAnimating(mView, mProperty));
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());