HomeSort by relevance Sort by last modified time
    Searched defs:container (Results 51 - 75 of 89) sorted by null

1 23 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 56 * Classpath container initializer responsible for binding {@link AndroidClasspathContainer} to
60 /** The container id for the android framework jar file */
85 * Binds a classpath container to a {@link IClasspathContainer} for a given project,
87 * @param containerPath the container path that is the container id.
109 * Checks the {@link IPath} objects against the android framework container id and
118 * Updates the {@link IJavaProject} objects with new android framework container. This forces
126 // container id for each projects.
127 // By providing a new association between a container id and a IClasspathContainer,
138 // give each project their new container in one call
221 AndroidClasspathContainer container = getContainerFromCache(iProject); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 279 IContainer container = file.getParent();
280 if (container instanceof IFolder && resources != null) {
283 (IFolder)container);
300 IContainer container = file.getParent();
301 if (container instanceof IFolder) {
303 (IFolder)container);
324 IContainer container = file.getParent();
325 if (container instanceof IFolder) {
327 (IFolder)container);
380 IContainer container = file.getParent() local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 137 // check the default gravity FILL, it completely fills its container
174 final LinearLayout container local
189 container.requestTransparentRegion(mFrameLayout);
375 private static void assertCenterAligned(View container, Drawable drawable) {
377 int leftDelta = rect.left - container.getLeft();
378 int rightDelta = container.getRight() - rect.right;
379 int topDelta = rect.top - container.getTop();
380 int bottomDelta = container.getBottom() - rect.bottom;
  /external/webkit/WebCore/dom/
Position.cpp 441 // There is a VisiblePosition inside an empty inline-block container.
970 RenderBlock* container = renderer->containingBlock(); local
    [all...]
Node.cpp 2010 ContainerNode *container = static_cast<ContainerNode *>(this); local
    [all...]
Document.cpp 1068 Node* container = shadowAncestorNode->parentNode(); local
1069 return Range::create(this, container, offset, container, offset);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 84 static GtkWidget* container; variable
483 gtk_widget_size_allocate(container, &size);
836 container = GTK_WIDGET(gtk_scrolled_window_new(NULL, NULL));
837 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(container), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
838 gtk_container_add(GTK_CONTAINER(window), container); local
842 gtk_container_add(GTK_CONTAINER(container), GTK_WIDGET(webView));
844 gtk_widget_show_all(container);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 786 // Create a dummy container object to track the page in DRT.
788 // showing the main view when deleting the container.
790 QObject* container = new QObject(m_mainView);
792 QWebPage* page = static_cast<QWebPage*>(new WebPage(container, this));
794 windows.append(container);
807 QObject* container = page->parent(); local
808 windows.removeAll(container);
809 container->deleteLater();
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 59 * client access to the zoom controls container, allowing for additional
99 * The container that is added as a window.
109 * the touch down hits the container. It will be reset on the touch up.
127 /** Whether the container has been added to the window manager. */
256 FrameLayout container = new Container(mContext); local
257 container.setLayoutParams(lp);
258 container.setMeasureAllChildren(true);
262 inflater.inflate(com.android.internal.R.layout.zoom_container, container);
264 mControls = (ZoomControls) container.findViewById(com.android.internal.R.id.zoomControls)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 233 * If not set container, the DecorWindow operates as a top-level window, the mHasChildren of
234 * container is false;
235 * Otherwise, it will display itself meanwhile container's mHasChildren is true.
259 MockWindow container = new MockWindow(mContext); local
260 mWindow.setContainer(container);
261 assertSame(container, mWindow.getContainer());
262 assertTrue(container.hasChildren());
    [all...]
ViewTest.java 3026 SparseArray<Parcelable> container = new SparseArray<Parcelable>(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 93 // Subwindow container
384 // Container class for the next error dialog that needs to be displayed
1969 LinearLayout container; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 1071 View container = inflater.inflate(mPopupLayout, null); local
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 476 // subtract border size so that usually the container will be displayed
1082 PopupContainer* container = static_cast<PopupContainer*>(parent()); local
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 610 // FIXME: need to ensure that we compute the correct repaint rect when the repaint container
661 RenderObject* o = container(repaintContainer, &containerSkipped);
713 IntSize RenderInline::offsetFromContainer(RenderObject* container) const
715 ASSERT(container == this->container());
723 if (container->isBlockFlow() && (cb = toRenderBlock(container))->hasColumns()) {
729 if (container->hasOverflowClip())
730 offset -= toRenderBox(container)->layer()->scrolledContentOffset();
752 RenderObject* o = container(repaintContainer, &containerSkipped)
1111 RenderObject* container = containingBlock(); local
    [all...]
RenderObject.cpp 595 RenderObject* o = isTableCell() ? containingBlock() : container();
599 RenderObject* container = o->isTableCell() ? o->containingBlock() : o->container(); local
600 if (!container && !o->isRenderView())
608 o = container;
639 // from this method. The container() method can actually be used to obtain the
1905 RenderObject* RenderObject::container(RenderBoxModelObject* repaintContainer, bool* repaintContainerSkipped) const function in class:WebCore::RenderObject
    [all...]
RenderObject.h 361 // coordinates instead of in repaint container coordinates. Eventually the
433 RenderObject* container(RenderBoxModelObject* repaintContainer = 0, bool* repaintContainerSkipped = 0) const;
563 // Convert a local quad into the coordinate system of container, taking transforms into account.
566 // Return the offset from the container() renderer (excluding transforms)
568 // Return the offset from an object up the container() chain. Asserts that none of the intermediate objects have transforms.
601 // Return the RenderBox in the container chain which is responsible for painting this object, or 0
602 // if painting is root-relative. This is the container that should be passed to the 'forRepaint'
969 RenderObject* container = o->container(); local
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1303 QObject* container = 0; local
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 1027 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
1681 TestTypeNode *container; local
1871 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
1914 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
2859 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
2914 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
2982 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3030 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3109 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3196 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3224 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3270 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3322 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3421 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3518 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
3546 TestTypeNodeContainer *container = (TestTypeNodeContainer*) node; local
    [all...]
  /external/stlport/stlport/stl/
_rope.h 994 rope<_CharT,_Alloc>& container() { return *_M_root_rope; } function in class:_Rope_iterator
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java     [all...]
  /ndk/sources/android/stlport/stlport/stl/
_rope.h 994 rope<_CharT,_Alloc>& container() { return *_M_root_rope; } function in class:_Rope_iterator
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 132 * <container, screen, cellX, cellY>
134 static void addOrMoveItemInDatabase(Context context, ItemInfo item, long container,
136 if (item.container == ItemInfo.NO_ID) {
138 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
141 moveItemInDatabase(context, item, container, screen, cellX, cellY);
146 * Move an item in the DB to a new <container, screen, cellX, cellY>
148 static void moveItemInDatabase(Context context, ItemInfo item, long container, int screen,
150 item.container = container;
159 values.put(LauncherSettings.Favorites.CONTAINER, item.container)
676 int container; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 696 VEC(edge,gc) **container;
702 gcc_assert (i.container);
703 return *i.container;
716 i.container = ev;
729 i.container = ev;
695 VEC(edge,gc) **container; member in struct:__anon13020
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 696 VEC(edge,gc) **container;
702 gcc_assert (i.container);
703 return *i.container;
716 i.container = ev;
729 i.container = ev;
695 VEC(edge,gc) **container; member in struct:__anon13377
    [all...]

Completed in 958 milliseconds

1 23 4