Searched refs:FRAGMENT_VIEW_ID (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestFragment.java18 public static final int FRAGMENT_VIEW_ID = 2323; field in class:TestFragment
61 onCreateViewReturnValue.setId(FRAGMENT_VIEW_ID);
H A DFragmentActivityTest.java54 assertSame(fragment.onCreateViewReturnValue, activity.findViewById(TestFragment.FRAGMENT_VIEW_ID));
71 View fragmentView = container.findViewById(TestFragment.FRAGMENT_VIEW_ID);
160 TestFragment.FRAGMENT_VIEW_ID);
H A DFragmentManagerTest.java110 View fragmentViewParent = (View) activity.findViewById(TestFragment.FRAGMENT_VIEW_ID).getParent();
111 assertThat(activity.findViewById(TestFragment.FRAGMENT_VIEW_ID), sameInstance(fragment.onCreateViewReturnValue));

Completed in 71 milliseconds