Home
last modified time | relevance | path

Searched refs:addView (Results 1 – 25 of 36) sorted by relevance

12

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewInnerTextTest.java28 top.addView(textView("blah")); in testInnerText()
29 top.addView(new View(activity)); in testInnerText()
30 top.addView(textView("a b c")); in testInnerText()
33 top.addView(innerLayout); in testInnerText()
35 innerLayout.addView(textView("d e f")); in testInnerText()
36 innerLayout.addView(textView("g h i")); in testInnerText()
37 innerLayout.addView(textView("")); in testInnerText()
38 innerLayout.addView(textView(null)); in testInnerText()
39 innerLayout.addView(textView("jkl!")); in testInnerText()
41 top.addView(textView("mnop")); in testInnerText()
[all …]
DViewGroupTest.java53 root.addView(child1); in setUp()
54 root.addView(child2); in setUp()
55 root.addView(child3); in setUp()
57 child3.addView(child3a); in setUp()
58 child3.addView(child3b); in setUp()
102 root.addView(child1); in testAddViewAt()
103 root.addView(child2); in testAddViewAt()
104 root.addView(child3, 1); in testAddViewAt()
116 root.addView(child1); in shouldfindViewWithTag()
117 root.addView(child2); in shouldfindViewWithTag()
[all …]
DViewAnimatorTest.java26 animator.addView(v); in testHappyPath()
37 animator.addView(v1); in testAnimatorHandlesCyclingViews()
38 animator.addView(v2); in testAnimatorHandlesCyclingViews()
DViewStubTest.java36 root.addView(new View(ctxt)); in inflate_shouldReplaceOriginalWithLayout()
37 root.addView(viewStub); in inflate_shouldReplaceOriginalWithLayout()
38 root.addView(new View(ctxt)); in inflate_shouldReplaceOriginalWithLayout()
DRadioButtonTest.java60 radioGroup.addView(radioButton1); in shouldInformRadioGroupThatItIsChecked()
61 radioGroup.addView(radioButton2); in shouldInformRadioGroupThatItIsChecked()
DViewTest.java91 grandParent.addView(parent); in shouldKnowIfThisOrAncestorsAreVisible()
92 parent.addView(view); in shouldKnowIfThisOrAncestorsAreVisible()
131 grandParent.addView(parent); in checkedClick_shouldThrowIfViewIsNotVisible()
132 parent.addView(view); in checkedClick_shouldThrowIfViewIsNotVisible()
DTestFragment.java58 view.addView(button); in onCreateView()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewGroup.java59 public void addView(View child) { in addView() method in ShadowViewGroup
60 ((ViewGroup) realView).addView(child, -1); in addView()
64 public void addView(View child, int index) { in addView() method in ShadowViewGroup
74 public void addView(View child, int width, int height) { in addView() method in ShadowViewGroup
75 ((ViewGroup) realView).addView(child, -1); in addView()
79 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in ShadowViewGroup
80 ((ViewGroup) realView).addView(child, -1); in addView()
84 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in ShadowViewGroup
85 ((ViewGroup) realView).addView(child, index); in addView()
DShadowListView.java95 realListView.addView(headerView); in addHeaderView()
112 realListView.addView(footerView); in addFooterView()
164 addView(headerView); in addViews()
170 addView(footerView); in addViews()
DShadowViewStub.java85 parent.addView(view, index, layoutParams); in inflate()
87 parent.addView(view, index); in inflate()
DShadowPopupWindow.java146 containerView.addView(contentView); in showAsDropDown()
148 getWindowManager().addView(containerView, null); in showAsDropDown()
DShadowTabHost.java41 realObject.addView(indicatorAsView); in addTab()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPerspective.java45 bottom.addView("org.eclipse.test.internal.performance.results.ui.ComponentsResultsView"); in addViews()
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1 in addViews()
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1 in addViews()
64 topRight.addView(IPageLayout.ID_PROP_SHEET); //NON-NLS-1 in addViews()
/external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
DWindowedTest.java51 layout.addView(b1); in onCreate()
52 layout.addView(b2); in onCreate()
53 …layout.addView(view, new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PAR… in onCreate()
DFragmentTestStarter.java45 layout.addView(list); in onCreate()
52 layout.addView(view); in onCreate()
DMicroBenchmarks.java101 sv.addView(tv); in onCreate()
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
DCanvasProofActivity.java113 this.splitPaneView.addView(this.ganeshPictureView); in nextView()
115 this.splitPaneView.addView(this.hwuiPictureView); in nextView()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestWindowManager.java19 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView() method in TestWindowManager
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DUnhandledExceptionHandler.java50 scrollingContainer.addView(errorView); in uncaughtException()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DHelpActivity.java79 content.addView(button); in onCreate()
/external/jmonkeyengine/engine/src/android/com/jme3/app/
DAndroidHarness.java370 frameLayout.addView(view); in layoutDisplay()
371 frameLayout.addView(splashImageView, lp); in layoutDisplay()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java102 result.addView(text, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in defaultView()
105 result.addView(b, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); in defaultView()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DViewLoader.java232 container.addView(view); in constructFragment()
238 parent.addView(view); in addToParent()
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
DSDLActivity.java198 mLayout.addView(mSurface); in onCreate()
536 mLayout.addView(mTextEdit, params); in run()
939 buttons.addView(button); in onCreateDialog()
946 content.addView(message); in onCreateDialog()
947 content.addView(buttons); in onCreateDialog()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java130 mLayout.addView(mButton); in initializeViews()

12