Searched defs:contentView (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_manage_view_controller.h48 @property(readonly) NSView* contentView; variable
H A Dmanage_password_item_view_controller.h98 @property(readonly) NSView* contentView; variable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabSpec.java22 private View contentView; field in class:ShadowTabSpec
98 contentView = factory.createTabContent(this.tag);
114 return contentView;
H A DShadowPopupWindow.java19 private View contentView; field in class:ShadowPopupWindow
33 public void __constructor__(View contentView) { argument
34 setContentView(contentView);
38 public void __constructor__(View contentView, int width, int height, boolean focusable) { argument
39 __constructor__(contentView);
46 public void setContentView(View contentView) { argument
47 this.contentView = contentView;
48 context = contentView.getContext();
53 return contentView;
[all...]
H A DShadowActivity.java39 private View contentView; field in class:ShadowActivity
98 * Sets the {@code contentView} for this {@code Activity} by invoking the
106 contentView = getLayoutInflater().inflate(layoutResID, new FrameLayout(realActivity));
112 contentView = view;
138 * Checks to ensure that the{@code contentView} has been set
142 * @throws RuntimeException if the {@code contentView} has not been called first
149 if (contentView != null) {
150 return contentView.findViewById(id);
162 contentViewContainer.addView(contentView, 0);
265 * @return the {@code contentView} se
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPopupWindowTest.java43 View contentView = new View(null);
44 popupWindow.setContentView(contentView);
46 assertThat(popupWindow.getContentView(), is(contentView));
128 private View contentView; field in class:PopupWindowTest.WithContentView
134 contentView = new View(Robolectric.application);
135 contentView.setId(R.id.content_view);
141 PopupWindow popupWindow = new PopupWindow(contentView, 0, 0, true);
148 PopupWindow popupWindow = new PopupWindow(contentView, 0, 0, true);
156 PopupWindow popupWindow = new PopupWindow(contentView);
163 PopupWindow popupWindow = new PopupWindow(contentView);
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DJellyBeanAccessibilityInjector.java180 * @param contentView The ContentViewCore to perform the action on.
184 private boolean performAction(ContentViewCore contentView, String code) { argument
188 contentView.evaluateJavaScript(js, null);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 262 milliseconds