Home
last modified time | relevance | path

Searched refs:viewGroup (Results 1 – 8 of 8) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowListActivity.java71 ViewGroup viewGroup = (ViewGroup) parent; in findListView() local
72 for (int i = 0; i < viewGroup.getChildCount(); i++) { in findListView()
73 ListView listView = findListView(viewGroup.getChildAt(i)); in findListView()
DShadowDialog.java252 ViewGroup viewGroup = (ViewGroup) view; in clickOnText() local
253 for (int i = 0; i < viewGroup.getChildCount(); i++) { in clickOnText()
254 View child = viewGroup.getChildAt(i); in clickOnText()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DResourceLoaderTest.java70 ViewGroup viewGroup = new FrameLayout(Robolectric.application); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local
71 …p) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath()
88 ViewGroup viewGroup = new FrameLayout(Robolectric.application); in checkForPollutionHelper() local
89 …p) resourceLoader.inflateView(Robolectric.application, R.layout.different_screen_sizes, viewGroup); in checkForPollutionHelper()
DViewLoaderTest.java207 ViewGroup viewGroup = (ViewGroup) viewLoader.inflateView(context, "layout/request_focus"); in shouldNotCountRequestFocusElementAsChild() local
208 ViewGroup frameLayout = (ViewGroup) viewGroup.getChildAt(1); in shouldNotCountRequestFocusElementAsChild()
214 ViewGroup viewGroup = (ViewGroup) viewLoader.inflateView(context, "layout/request_focus"); in shouldGiveFocusToElementContainingRequestFocusElement() local
215 EditText editText = (EditText) viewGroup.findViewById(R.id.edit_text); in shouldGiveFocusToElementContainingRequestFocusElement()
221 …ViewGroup viewGroup = (ViewGroup) viewLoader.inflateView(context, "layout/request_focus_with_two_e… in shouldGiveFocusToFirstFocusableElement_butThisMightBeTheWrongBehavior() local
222 assertTrue(viewGroup.findViewById(R.id.edit_text).isFocused()); in shouldGiveFocusToFirstFocusableElement_butThisMightBeTheWrongBehavior()
223 assertFalse(viewGroup.findViewById(R.id.edit_text2).isFocused()); in shouldGiveFocusToFirstFocusableElement_butThisMightBeTheWrongBehavior()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewGroupTest.java162 ViewGroup viewGroup = new LinearLayout(Robolectric.application) { in shouldFindViewWithTag_whenViewGroupOverridesGetTag() local
168 assertThat((ViewGroup) viewGroup.findViewWithTag("blarg"), sameInstance(viewGroup)); in shouldFindViewWithTag_whenViewGroupOverridesGetTag()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java110 public View getView(int position, View convertView, ViewGroup viewGroup) { in getView() argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java395 public View inflateView( Context context, int resource, ViewGroup viewGroup ) { in inflateView() argument
397 return viewLoader.inflateView( context, resource, viewGroup ); in inflateView()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2664 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassToName(viewClass), viewClas… in init() local
2666 nonCompressedGroup->addChild(viewGroup); in init()
2677 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2685 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassToName(viewClass), viewClas… in init() local
2687 compressedGroup->addChild(viewGroup); in init()
2698 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2706 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassName.c_str(), viewClassN… in init() local
2711 mixedGroup->addChild(viewGroup); in init()
2722 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2723 addCopyTests(viewGroup, dstFormat, srcFormat); in init()