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

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AutoScrollListView.java 64 protected void layoutChildren() {
65 super.layoutChildren();
85 // so we call layoutChildren explicitly
86 super.layoutChildren();
100 super.layoutChildren();
109 super.layoutChildren();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGHiddenContainer.cpp 35 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
SVGRenderSupport.h 47 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGContainer.cpp 67 SVGRenderSupport::layoutChildren(this, selfNeedsLayout() || SVGRenderSupport::filtersForceContainerLayout(this));
RenderSVGRoot.cpp 231 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
240 SVGRenderSupport::layoutChildren(this, false);
SVGRenderSupport.cpp 209 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLazyBlock.h 66 void layoutChildren(bool relayoutChildren);
RenderLazyBlock.cpp 142 void RenderLazyBlock::layoutChildren(bool relayoutChildren)
239 layoutChildren(relayoutChildren || updateLogicalWidthAndColumnWidth());
  /external/chromium_org/third_party/skia/src/views/
SkViewPriv.cpp 57 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 480 layout->layoutChildren(this);
  /external/skia/src/views/
SkViewPriv.cpp 57 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 480 layout->layoutChildren(this);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 96 NodeList layoutChildren = layout.getChildNodes();
97 if (layoutChildren == null) {
101 int num = layoutChildren.getLength();
107 Node layoutChild = layoutChildren.item(i);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 424 protected void layoutChildren() {
426 super.layoutChildren();
  /frameworks/base/core/java/android/widget/
FrameLayout.java 388 layoutChildren(left, top, right, bottom, false /* no force left gravity */);
391 void layoutChildren(int left, int top, int right, int bottom,
GridView.java     [all...]
AbsListView.java     [all...]
ListView.java     [all...]
  /external/chromium_org/third_party/skia/include/views/
SkView.h 291 void layoutChildren(SkView* parent);
309 /** If a layout is attached to this view, call its layoutChildren() method
  /external/skia/include/views/
SkView.h 291 void layoutChildren(SkView* parent);
309 /** If a layout is attached to this view, call its layoutChildren() method
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 186 layoutChildren(mDataChanged);
193 final void layoutChildren(boolean queryAdapter) {
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 486 mockGridView.layoutChildren();
583 protected void layoutChildren() {
584 super.layoutChildren();
ListViewTest.java 647 protected void layoutChildren() {
648 super.layoutChildren();
  /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
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 685 layoutChildren(mDataChanged);
745 final void layoutChildren(boolean queryAdapter) {
    [all...]

Completed in 515 milliseconds

1 2