Searched refs:rootView (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DSimpleApp.js17 var rootView = new WebInspector.RootView();
18 WebInspector.inspectorView.show(rootView.element);
20 rootView.attachToBody();
H A DScreencastApp.js30 var rootView = new WebInspector.RootView();
33 this._rootSplitView.show(rootView.element);
38 rootView.attachToBody();
H A DAdvancedApp.js50 var rootView = new WebInspector.RootView();
53 this._rootSplitView.show(rootView.element);
71 rootView.attachToBody();
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DInstrumentationUiDevice.java52 private final View rootView; field in class:InstrumentationUiDevice.ScreenshotRunnable
55 private ScreenshotRunnable(View rootView) { argument
56 this.rootView = rootView;
62 rootView.destroyDrawingCache();
63 rootView.buildDrawingCache(false);
64 Bitmap drawingCache = rootView.getDrawingCache();
66 rootView.getLocationOnScreen(xy);
79 rootView.destroyDrawingCache();
H A DInstrumentationDriver.java62 View rootView; field in class:InstrumentationDriver.FindRootViewRunnable
73 rootView = view;
79 rootView = ActivityUtils.getRunningActivity().getWindow().getDecorView();
94 return findRootViewRunnable.rootView;
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerAdvancedComponent.java39 * @param rootView View that contains all the content, such as the label, gradient view, etc.
44 ColorPickerAdvancedComponent(final View rootView, argument
48 mGradientView = rootView.findViewById(R.id.gradient);
49 mText = (TextView) rootView.findViewById(R.id.text);
52 mSeekBar = (SeekBar) rootView.findViewById(R.id.seek_bar);
57 Context context = rootView.getContext();
H A DUiUtils.java95 View rootView = view.getRootView();
96 if (rootView == null) return false;
98 rootView.getWindowVisibleDisplayFrame(appRect);
101 final float bottomMarginDp = Math.abs(rootView.getHeight() - appRect.height()) / density;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/
H A DToolbox.js32 var rootView = new WebInspector.RootView();
35 this._responsiveDesignView.show(rootView.element);
36 rootView.attachToBody();
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressWidget.java229 private void createView(ViewGroup rootView, AddressUiComponent field, String defaultKey, argument
239 rootView.addView(textView, lp);
245 rootView.addView(editText, lp);
251 rootView.addView(spinner, lp);
541 * Creates an AddressWidget to be attached to rootView for the specific context using the
544 public AddressWidget(Context context, ViewGroup rootView, FormOptions formOptions, argument
546 this(context, rootView, formOptions, cacheManager,
551 * Creates an AddressWidget to be attached to rootView for the specific context using UI
554 public AddressWidget(Context context, ViewGroup rootView, FormOptions formOptions, argument
563 init(context, rootView, formOption
571 AddressWidget(Context context, ViewGroup rootView, FormOptions formOptions, ClientCacheManager cacheManager, AddressData savedAddress) argument
581 AddressWidget(Context context, ViewGroup rootView, FormOptions formOptions, ClientCacheManager cacheManager, AddressData savedAddress, AddressWidgetUiComponentProvider provider) argument
617 init(Context context, ViewGroup rootView, FormOptions formOptions, ClientCacheManager cacheManager) argument
[all...]
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DHelpActivity.java100 View rootView = activity.getWindow().getDecorView().getRootView();
101 sScreenshot = UiUtils.generateScaledScreenshot(rootView, MAX_FEEDBACK_SCREENSHOT_DIMENSION,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp59 ScrollView* rootView = toScrollView(widget->root());
60 if (!rootView)
63 return rootView->inputEventsScaleFactor();
70 ScrollView* rootView = toScrollView(widget->root());
71 if (!rootView)
74 return rootView->inputEventsOffsetForEmulation();
81 FrameView* rootView = toFrameView(widget->root()); local
82 if (!rootView)
85 return flooredIntPoint(rootView->page()->frameHost().pinchViewport().visibleRect().location());
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp100 HIViewRef rootView = HIViewGetRoot(wr); local
101 HIViewFindByID(rootView, kHIViewWindowContentID, &parent);
123 set_axisposition(&layout.position.y, rootView, kHILayoutPositionTop);
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp100 HIViewRef rootView = HIViewGetRoot(wr); local
101 HIViewFindByID(rootView, kHIViewWindowContentID, &parent);
123 set_axisposition(&layout.position.y, rootView, kHILayoutPositionTop);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 296 milliseconds