Searched refs:fragmentView (Results 1 – 2 of 2) sorted by relevance
81 protected void setupButtons(View fragmentView, TestActivity.CTSTest currentPhase) { in setupButtons() argument83 mBtnPass = (Button) fragmentView.findViewById(R.id.btnPass); in setupButtons()84 mBtnInfo = (Button) fragmentView.findViewById(R.id.btnInfo); in setupButtons()85 mBtnFail = (Button) fragmentView.findViewById(R.id.btnFail); in setupButtons()
453 final View fragmentView = fragment1.getView(); in clearAnimations() local458 fragmentView.startAnimation(xAnimation); in clearAnimations()459 assertEquals(xAnimation, fragmentView.getAnimation()); in clearAnimations()465 assertNull(fragmentView.getAnimation()); in clearAnimations()