Searched refs:testView (Results 1 – 5 of 5) sorted by relevance
59 private lateinit var testView: View83 testView = View(context)85 viewGroup.addView(testView)105 assertEquals(PhysicsAnimator.getInstance(testView), PhysicsAnimator.getInstance(testView))175 testView,197 testView,431 testView.physicsAnimator460 testView475 testView.translationX = 500f534 testView.translationX = -500f[all …]
114 final View testView = new View(mWindowContext); in testCreateWindowContextNewTokenFromClient() local117 testView.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() { in testCreateWindowContextNewTokenFromClient()128 mWindowContext.getSystemService(WindowManager.class).addView(testView, params); in testCreateWindowContextNewTokenFromClient()165 final View testView = new View(windowContext); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local168 windowContext.getSystemService(WindowManager.class).addView(testView, params); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease()200 final View testView = new View(windowContext); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local203 windowContext.getSystemService(WindowManager.class).addView(testView, params); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()
54 public static void setBackground(View testView, Drawable background) { in setBackground() argument55 Mockito.when(testView.getBackground()).thenReturn(background); in setBackground()
63 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local66 mTemperatureControlView = testView.findViewById(R.id.temperature_control_view); in setUp()
60 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local62 mSeatTemperatureLevelButton = testView.findViewById(R.id.seat_heat_button); in setUp()