Home
last modified time | relevance | path

Searched refs:scrollChild (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/progress/
H A DProgressReporterWindow.java60 private Composite scrollChild; field in ProgressReporterWindow
213 scrollChild = new Composite(scrollable, SWT.NONE); in createControls()
219 scrollChild.setLayout(gLayoutChild); in createControls()
220 scrollable.setContent(scrollChild); in createControls()
245 Control[] controls = scrollChild.getChildren(); in createControls()
358 Control[] controls = scrollChild.getChildren(); in removeInActivePanels()
382 Composite emptyPanel = new Composite(scrollChild, SWT.BORDER); in createEmptyPanel()
409 Control[] controls = scrollChild.getChildren(); in openWindow()
420 scrollChild.layout(); in openWindow()
473 scrollChild, pReporters[i], style | BORDER); in createPanels()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DBrowserToolbar.java222 final View scrollChild = urlDisplayScroll.getChildAt(0); in BrowserToolbar() local
236 urlDisplayScroll.setTouchDelegate(new TouchDelegateWithReset(r, scrollChild)); in BrowserToolbar()
241 scrollChild.setOnCreateContextMenuListener(new View.OnCreateContextMenuListener() { in BrowserToolbar()
284 scrollChild.setOnClickListener(new OnClickListener() { in BrowserToolbar()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/swt/
H A DBuddyPluginView.java2446 final Composite scrollChild = new Composite( scrollable, SWT.NONE );
2455 scrollChild.setLayout(gLayoutChild);
2456 Utils.setLayoutData(scrollChild, new GridData(GridData.FILL_VERTICAL ));
2458 scrollable.setContent(scrollChild);
2463 scrollable.setMinSize(scrollChild.computeSize(SWT.DEFAULT, SWT.DEFAULT));
2468 scrollable.setMinSize(scrollChild.computeSize(SWT.DEFAULT, SWT.DEFAULT));
2472 return( scrollChild );