/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 | 37 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
|
SVGRenderSupport.h | 47 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
|
RenderSVGContainer.cpp | 69 SVGRenderSupport::layoutChildren(this, selfNeedsLayout() || SVGRenderSupport::filtersForceContainerLayout(this));
|
RenderSVGRoot.cpp | 216 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
|
SVGRenderSupport.cpp | 209 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 | 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...] |
ListPopupWindow.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...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | 711 // LayoutChildren() take care of doing the appropriate animation 752 // Let LayoutChildren reset it when it's done with it. [all...] |