HomeSort by relevance Sort by last modified time
    Searched refs:subView (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 334 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
335 if (subView) {
336 [subView mouseDown:event];
457 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
458 if (subView) {
466 [subView mouseDragged:event];
468 [subView mouseMoved:event];
489 NSView *subView = [[mainFrame webView] hitTest:[scrollEvent locationInWindow]];
490 if (subView)
491 [subView scrollWheel:scrollEvent]
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 156 ListView subView = new ListView(mActivity);
159 mAdapterView.addView(subView);
166 mAdapterView.addView(subView, 0);
173 mAdapterView.addView(subView, (ViewGroup.LayoutParams) null);
180 mAdapterView.addView(subView, 0, (ViewGroup.LayoutParams) null);
201 mAdapterView.removeView(subView);
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 380 * it sets both the subView and subViewContainer for the given tab
382 * @param subView webview to be set as a subwindow for the tab
385 public void createSubWindow(Tab tab, WebView subView) {
390 inner.addView(subView, new LayoutParams(LayoutParams.MATCH_PARENT,
394 final WebView cancelSubView = subView;
400 tab.setSubWebView(subView);
Tab.java     [all...]
Controller.java 410 WebView subView = mFactory.createWebView((mainView == null)
413 mUi.createSubWindow(tab, subView);
    [all...]

Completed in 422 milliseconds