Home | History | Annotate | Download | only in testapp

Lines Matching defs:mView

27     ViewGroup mView;
37 mView = mBinder.view;
42 mView.isAlwaysDrawnWithCacheEnabled());
47 mView.isAlwaysDrawnWithCacheEnabled());
51 assertEquals(mBindingObject.isAnimationCache(), mView.isAnimationCacheEnabled());
55 assertEquals(mBindingObject.isAnimationCache(), mView.isAnimationCacheEnabled());
61 mView.isMotionEventSplittingEnabled());
66 mView.isMotionEventSplittingEnabled());
73 mView.getLayoutTransition() != null);
78 mView.getLayoutTransition() != null);