HomeSort by relevance Sort by last modified time
    Searched defs:defaultView (Results 1 - 3 of 3) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 398 View defaultView = root.findViewById(R.id.default_view);
399 assertFalse(defaultView.getFilterTouchesWhenObscured());
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 546 View defaultView = null;
571 defaultView = inflater.inflate(layoutId, this, false);
573 Log.w(TAG, "can't inflate defaultView because mInfo is missing");
585 if (defaultView == null) {
587 defaultView = getErrorView();
590 return defaultView;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 692 // In DOM Level 2, the Document's DOMWindow is called the defaultView.
693 DOMWindow* defaultView() const { return domWindow(); }
    [all...]

Completed in 93 milliseconds