HomeSort by relevance Sort by last modified time
    Searched refs:layoutChildren (Results 1 - 25 of 31) 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/webkit/Source/WebCore/rendering/svg/
RenderSVGHiddenContainer.cpp 38 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
SVGRenderSupport.h 49 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
RenderSVGContainer.cpp 64 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
RenderSVGRoot.cpp 119 SVGRenderSupport::layoutChildren(this, needsLayout);
SVGRenderSupport.cpp 210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
  /external/skia/legacy/src/views/
SkViewPriv.cpp 57 void SkView::Layout::layoutChildren(SkView* parent)
SkView.cpp 460 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 95 NodeList layoutChildren = layout.getChildNodes();
96 if (layoutChildren == null) {
100 int num = layoutChildren.getLength();
106 Node layoutChild = layoutChildren.item(i);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 410 protected void layoutChildren() {
412 super.layoutChildren();
  /external/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/legacy/include/views/
SkView.h 275 void layoutChildren(SkView* parent);
291 /** If a layout is attached to this view, call its layoutChildren() method
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 644 protected void layoutChildren() {
645 super.layoutChildren();
GridViewTest.java 486 mockGridView.layoutChildren();
583 protected void layoutChildren() {
584 super.layoutChildren();
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 186 layoutChildren(mDataChanged);
193 final void layoutChildren(boolean queryAdapter) {
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
AbsListView.java     [all...]
ListView.java     [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
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 685 layoutChildren(mDataChanged);
745 final void layoutChildren(boolean queryAdapter) {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 740 milliseconds

1 2