Home
last modified time | relevance | path

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

12345678910>>...57

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DGridRowViewTest.java482 mGridRowView.addView(view); in testOnMeasure_shrinksCellThatWantsToBeTooTall()
634 mGridRowView.addView(view1); in testOnMeasure_rowHeightIsMaxCellHeightWithMargins()
635 mGridRowView.addView(view2); in testOnMeasure_rowHeightIsMaxCellHeightWithMargins()
659 mGridRowView.addView(view); in testOnMeasure_cellWithMarginsClippedByHeightConstraint()
758 mGridRowView.addView(view1); in testOnMeasure_fitContentWidthRowIsTotalOfCells()
759 mGridRowView.addView(view2); in testOnMeasure_fitContentWidthRowIsTotalOfCells()
806 mGridRowView.addView(view1); in testOnMeasure_fitContentWidthRowWithMargins()
807 mGridRowView.addView(view2); in testOnMeasure_fitContentWidthRowWithMargins()
842 mGridRowView.addView(view1); in testOnMeasure_fitContentWidthRowIsTotalOfCells_collapsibleAndMargins()
843 mGridRowView.addView(view2); in testOnMeasure_fitContentWidthRowIsTotalOfCells_collapsibleAndMargins()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/lib/
H A Dcviewcontainer_test.cpp145 TEST(addView,
330 c2->addView (container);
342 container->addView (v1);
343 container->addView (v2);
358 container->addView (v1);
359 container->addView (v2);
391 container->addView (v1);
392 container->addView (v2);
504 c1->addView (v1c1);
505 c1->addView (v2c1);
[all …]
H A Dcsplitview_test.cpp99 sv->addView (view1);
101 sv->addView (view2);
116 sv->addView (view1);
118 sv->addView (view2);
134 sv->addView (view1);
135 sv->addView (view2);
148 sv->addView (view1);
149 sv->addView (view2);
162 sv->addView (view1);
163 sv->addView (view2);
[all …]
H A Dcframe_test.cpp159 frame->addView (v1);
160 frame->addView (v2);
195 container2->addView (v1);
196 container2->addView (v2);
284 frame->addView(v1);
335 frame->addView (view);
367 frame->addView (view);
394 frame->addView (view);
435 frame->addView (view6);
539 frame->addView (view);
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/lib/
H A Dcviewcontainer_test.cpp145 TEST(addView,
330 c2->addView (container);
342 container->addView (v1);
343 container->addView (v2);
358 container->addView (v1);
359 container->addView (v2);
392 container->addView (v1);
393 container->addView (v2);
505 c1->addView (v1c1);
506 c1->addView (v2c1);
[all …]
H A Dcsplitview_test.cpp99 sv->addView (view1);
101 sv->addView (view2);
116 sv->addView (view1);
118 sv->addView (view2);
134 sv->addView (view1);
135 sv->addView (view2);
148 sv->addView (view1);
149 sv->addView (view2);
162 sv->addView (view1);
163 sv->addView (view2);
[all …]
H A Dcframe_test.cpp159 frame->addView (v1);
160 frame->addView (v2);
195 container2->addView (v1);
196 container2->addView (v2);
284 frame->addView(v1);
335 frame->addView (view);
367 frame->addView (view);
394 frame->addView (view);
435 frame->addView (view6);
539 frame->addView (view);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/suggestions/base/
H A DSimpleHorizontalLayoutViewTest.java124 mView.addView(mLargeView); in layout_LtrWithDynamicInbetween()
126 mView.addView(mSmallView); in layout_LtrWithDynamicInbetween()
157 mView.addView(mLargeView); in layout_RtlWithDynamicInbetween()
159 mView.addView(mSmallView); in layout_RtlWithDynamicInbetween()
191 mView.addView(mLargeView); in layout_LtrWithDynamicInbetween_FirstViewHidden()
193 mView.addView(mSmallView); in layout_LtrWithDynamicInbetween_FirstViewHidden()
220 mView.addView(mLargeView); in layout_RtlWithDynamicInbetween_LastViewHidden()
222 mView.addView(mSmallView); in layout_RtlWithDynamicInbetween_LastViewHidden()
249 mView.addView(mLargeView); in layout_LtrWithDynamicFirst()
250 mView.addView(mSmallView); in layout_LtrWithDynamicFirst()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/android/junit/src/org/chromium/ui/widget/
H A DViewLookupCachingFrameLayoutTest.java56 mCachingLayout.addView(mView1); in testAddViewAndLookup()
70 mCachingLayout.addView(mGroup); in testAddNestedViewAddSameId()
71 mGroup.addView(mView1); in testAddNestedViewAddSameId()
91 mCachingLayout.addView(mGroup); in testAddNestedViewRemove()
92 mGroup.addView(mView1); in testAddNestedViewRemove()
109 mCachingLayout.addView(mView1); in testAddItemWithSameId()
124 mCachingLayout.addView(mGroup); in testAddNestedItemWithSameId()
125 mGroup.addView(mView1); in testAddNestedItemWithSameId()
140 mCachingLayout.addView(mView1); in testAddItemWithDifferentId()
141 mCachingLayout.addView(mView2); in testAddItemWithDifferentId()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/junit/src/org/chromium/ui/widget/
H A DViewLookupCachingFrameLayoutTest.java56 mCachingLayout.addView(mView1); in testAddViewAndLookup()
70 mCachingLayout.addView(mGroup); in testAddNestedViewAddSameId()
71 mGroup.addView(mView1); in testAddNestedViewAddSameId()
91 mCachingLayout.addView(mGroup); in testAddNestedViewRemove()
92 mGroup.addView(mView1); in testAddNestedViewRemove()
109 mCachingLayout.addView(mView1); in testAddItemWithSameId()
124 mCachingLayout.addView(mGroup); in testAddNestedItemWithSameId()
125 mGroup.addView(mView1); in testAddNestedItemWithSameId()
140 mCachingLayout.addView(mView1); in testAddItemWithDifferentId()
141 mCachingLayout.addView(mView2); in testAddItemWithDifferentId()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/android/app/src/main/java/com/faust/
H A DSettingWindow.java105 titleLayout.addView(windowLabel); in buildWindow()
106 titleLayout.addView(closeButton); in buildWindow()
108 windowLayout.addView(titleLayout); in buildWindow()
111 ipAddressLayout.addView(ipAddress); in buildWindow()
113 inPortLayout.addView(inPortValue); in buildWindow()
114 inPortLayout.addView(inPort); in buildWindow()
116 outPortLayout.addView(outPortValue); in buildWindow()
117 outPortLayout.addView(outPort); in buildWindow()
119 xMitLayout.addView(xMitValue); in buildWindow()
123 windowLayout.addView(inPortLayout); in buildWindow()
[all …]
H A DConfigWindow.java106 titleLayout.addView(windowLabel); in buildWindow()
107 titleLayout.addView(closeButton); in buildWindow()
109 windowLayout.addView(titleLayout); in buildWindow()
110 windowLayout.addView(axisLabel); in buildWindow()
113 windowLayout.addView(orientationLabel); in buildWindow()
116 minSliderLayout.addView(minSliderValue); in buildWindow()
117 minSliderLayout.addView(minSlider); in buildWindow()
119 maxSliderLayout.addView(maxSliderValue); in buildWindow()
120 maxSliderLayout.addView(maxSlider); in buildWindow()
125 windowLayout.addView(minSliderLayout); in buildWindow()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/
H A DHadoopPerspectiveFactory.java45 left.addView("org.eclipse.ui.navigator.ProjectExplorer"); in createInitialLayout()
50 bottom.addView(IPageLayout.ID_PROBLEM_VIEW); in createInitialLayout()
51 bottom.addView(IPageLayout.ID_TASK_LIST); in createInitialLayout()
52 bottom.addView(JavaUI.ID_JAVADOC_VIEW); in createInitialLayout()
53 bottom.addView("org.apache.hadoop.eclipse.view.servers"); in createInitialLayout()
62 right.addView(IPageLayout.ID_OUTLINE); in createInitialLayout()
63 right.addView("org.eclipse.ui.cheatsheets.views.CheatSheetView"); in createInitialLayout()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/
H A DWMLPerspective.java45 left.addView( WesnothProjectsExplorer.ID_PROJECTS_EXPLORER ); in createInitialLayout()
48 bottom.addView( IPageLayout.ID_PROBLEM_VIEW ); in createInitialLayout()
49 bottom.addView( IPageLayout.ID_PROGRESS_VIEW ); in createInitialLayout()
50 bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW ); in createInitialLayout()
51 bottom.addView( AddonsView.ID_ADDONS_VIEW ); in createInitialLayout()
54 right.addView( IPageLayout.ID_OUTLINE ); in createInitialLayout()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/
H A DPHPPerspectiveFactory.java25 folder.addView(IPageLayout.ID_RES_NAV); in createInitialLayout()
28 outputfolder.addView(IPageLayout.ID_PROBLEM_VIEW); in createInitialLayout()
31 outputfolder.addView(IConsoleConstants.ID_CONSOLE_VIEW); in createInitialLayout()
32 outputfolder.addView(IPageLayout.ID_BOOKMARKS); in createInitialLayout()
33 outputfolder.addView(BrowserView.ID_BROWSER); in createInitialLayout()
36 layout.addView(IPageLayout.ID_OUTLINE, IPageLayout.RIGHT, (float) 0.75, in createInitialLayout()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dccolorchooser.cpp322 addView (colorView); in CColorChooser()
330 addView (redSlider); in CColorChooser()
340 addView (blueSlider); in CColorChooser()
345 addView (hueSlider); in CColorChooser()
379 addView (label); in CColorChooser()
385 addView (label); in CColorChooser()
391 addView (label); in CColorChooser()
397 addView (label); in CColorChooser()
403 addView (label); in CColorChooser()
409 addView (label); in CColorChooser()
[all …]
/dports/news/lusernet/LuserNET-0.4.2/
H A DPref_Posting.m196 [top addView: b enablingYResizing: NO];
221 [hb addView: f enablingXResizing: NO];
227 [hb addView: f enablingXResizing: YES];
235 [hb addView: b enablingXResizing: NO];
238 [top addView: hb enablingYResizing: NO];
255 [hb addView: f enablingXResizing: NO];
268 [top addView: hb enablingYResizing: NO];
291 [hb addView: f enablingXResizing: NO];
297 [hb addView: f enablingXResizing: YES];
300 [top addView: hb enablingYResizing: NO];
[all …]
H A DPref_MessageViewing.m183 [top addView: b enablingYResizing: NO];
190 [top addView: b enablingYResizing: NO];
215 [hb addView: f enablingXResizing: NO];
221 [hb addView: f enablingXResizing: YES];
224 [top addView: hb enablingYResizing: NO];
244 [hb addView: f enablingXResizing: NO];
250 [hb addView: f enablingXResizing: YES];
258 [hb addView: b enablingXResizing: NO];
278 [hb addView: f enablingXResizing: NO];
292 [hb addView: b enablingXResizing: NO];
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/stats/
H A DStatsView.java147 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
150 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
153 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, CacheView.MSGID_PREFIX, in initialize()
156 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, DHTView.MSGID_PREFIX, in initialize()
159 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
163 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
168 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, DHTView.MSGID_PREFIX in initialize()
170 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
176 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, DHTView.MSGID_PREFIX in initialize()
178 pluginUI.addView(UISWTInstance.VIEW_STATISTICS, in initialize()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/
H A DPDEPerspective.java39 topLeft.addView(ProjectExplorer.VIEW_ID); in addViews()
42 topLeft.addView(IPDEUIConstants.PLUGINS_VIEW_ID); in addViews()
46 bottom.addView(IPageLayout.ID_PROBLEM_VIEW); in addViews()
47 bottom.addView(TargetStateView.VIEW_ID); in addViews()
49 factory.addView(IPageLayout.ID_OUTLINE, IPageLayout.RIGHT, 0.75f, factory.getEditorArea()); in addViews()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.templates/templates_3.1/perspective/java/
H A D$perspectiveClassName$.java50 topLeft.addView(IPageLayout.ID_PROJECT_EXPLORER); in addViews()
51 topLeft.addView("org.eclipse.jdt.junit.ResultView"); //$NON-NLS-1$ in addViews()
59 bottomLeft.addView("org.eclipse.team.ccvs.ui.RepositoriesView"); //$NON-NLS-1$ in addViews()
60 bottomLeft.addView("org.eclipse.team.sync.views.SynchronizeView"); //$NON-NLS-1$ in addViews()
68 bottom.addView(IPageLayout.ID_PROBLEM_VIEW); in addViews()
69 bottom.addView("org.eclipse.team.ui.GenericHistoryView"); //$NON-NLS-1$ in addViews()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DDebugPerspectiveFactory.java39 navFolder.addView(IDebugUIConstants.ID_DEBUG_VIEW); in createInitialLayout()
43 toolsFolder.addView(IConsoleConstants.ID_CONSOLE_VIEW); in createInitialLayout()
44 toolsFolder.addView(IPageLayout.ID_PROBLEM_VIEW); in createInitialLayout()
50 outlineFolder.addView(IDebugUIConstants.ID_VARIABLE_VIEW); in createInitialLayout()
51 outlineFolder.addView(IDebugUIConstants.ID_BREAKPOINT_VIEW); in createInitialLayout()
52 outlineFolder.addView(IDebugUIConstants.ID_EXPRESSION_VIEW); in createInitialLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/user_data/
H A DAssistantVerticalExpander.java59 titleContainer.addView(mTitleContainer); in AssistantVerticalExpander()
60 titleContainer.addView(mCollapsedContainer); in AssistantVerticalExpander()
66 mTitleAndChevronContainer.addView(titleContainer, in AssistantVerticalExpander()
68 mTitleAndChevronContainer.addView(mChevronButton); in AssistantVerticalExpander()
70 addView(mTitleAndChevronContainer); in AssistantVerticalExpander()
71 addView(mExpandedContainer); in AssistantVerticalExpander()
89 mTitleContainer.addView(view, lp); in setTitleView()
97 mCollapsedContainer.addView(view, lp); in setCollapsedView()
106 mExpandedContainer.addView(view, lp); in setExpandedView()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/swingviews/
H A DSwingDisplay.java25 addView(new SwingButton(model), where); in addButton()
30 addView(new SwingLabel(model), where); in addLabel()
35 addView(new JLabel(new ImageIcon(model.getImage())), where); in addImage()
44 addView(new JTextField(getSwingDocument(model), model.getText(), 50), in addText()
65 addView(new SwingBox(model, this), where); in addBox()
70 addView(new javax.swing.Box.Filler(model.getMinimumSize(), in addSpacer()
76 public void addView (Object view, Object where) in addView() method in SwingDisplay
187 display.addView(component, where); in makeView()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dccolorchooser.cpp326 addView (colorView); in CColorChooser()
334 addView (redSlider); in CColorChooser()
344 addView (blueSlider); in CColorChooser()
349 addView (hueSlider); in CColorChooser()
383 addView (label); in CColorChooser()
389 addView (label); in CColorChooser()
395 addView (label); in CColorChooser()
401 addView (label); in CColorChooser()
407 addView (label); in CColorChooser()
413 addView (label); in CColorChooser()
[all …]

12345678910>>...57