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

  /external/webkit/WebCore/rendering/
RenderSVGHiddenContainer.cpp 41 layoutChildren(this, selfNeedsLayout());
SVGRenderSupport.h 52 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGContainer.cpp 63 layoutChildren(this, selfNeedsLayout());
RenderSVGRoot.cpp 102 layoutChildren(this, selfNeedsLayout() || (svg->hasRelativeValues() && (width() != oldWidth || height() != oldHeight)));
SVGRenderSupport.cpp 240 void SVGRenderBase::layoutChildren(RenderObject* start, bool selfNeedsLayout)
  /external/skia/src/views/
SkViewPriv.cpp 50 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 433 layout->layoutChildren(this);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 95 NodeList layoutChildren = layout.getChildNodes();
96 if (layoutChildren == null) {
100 int num = layoutChildren.getLength();
106 Node layoutChild = layoutChildren.item(i);
  /external/skia/include/views/
SkView.h 262 void layoutChildren(SkView* parent);
278 /** If a layout is attached to this view, call its layoutChildren() method
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
AbsListView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 552 notes = "Test {@link GridView#layoutChildren()}",
553 method = "layoutChildren",
559 mockGridView.layoutChildren();
674 protected void layoutChildren() {
675 super.layoutChildren();
ListViewTest.java 878 method = "layoutChildren",
942 protected void layoutChildren() {
943 super.layoutChildren();
977 method = "layoutChildren",
    [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 219 layoutChildren(); // force children to be recreated where needed
222 // layoutChildren throws this sometimes, presumably because we're
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1197 milliseconds