HomeSort by relevance Sort by last modified time
    Searched refs:layoutChildren (Results 1 - 25 of 43) 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 46 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGContainer.cpp 70 SVGRenderSupport::layoutChildren(this, selfNeedsLayout() || SVGRenderSupport::filtersForceContainerLayout(this));
RenderSVGRoot.cpp 185 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
SVGRenderSupport.cpp 208 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
  /external/chromium_org/third_party/skia/src/views/
SkViewPriv.cpp 57 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 477 layout->layoutChildren(this);
  /external/skia/src/views/
SkViewPriv.cpp 57 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 477 layout->layoutChildren(this);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 97 NodeList layoutChildren = layout.getChildNodes();
98 if (layoutChildren == null) {
102 int num = layoutChildren.getLength();
108 Node layoutChild = layoutChildren.item(i);
  /frameworks/base/core/java/android/widget/
DayPickerView.java 416 protected void layoutChildren() {
418 super.layoutChildren();
FrameLayout.java 508 layoutChildren(left, top, right, bottom, false /* no force left gravity */);
511 void layoutChildren(int left, int top, int right, int bottom,
GridView.java     [all...]
ListView.java     [all...]
AbsListView.java     [all...]
ListPopupWindow.java     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 424 protected void layoutChildren() {
426 super.layoutChildren();
  /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 508 mockGridView.layoutChildren();
605 protected void layoutChildren() {
606 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 506 milliseconds

1 2