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

  /external/skia/include/views/
SkStackViewLayout.h 63 virtual void onLayoutChildren(SkView* parent);
80 virtual void onLayoutChildren(SkView* parent);
SkView.h 284 default implementation of that view's onLayoutChildren() will invoke
294 virtual void onLayoutChildren(SkView* parent) = 0;
  /external/skia/legacy/include/views/
SkStackViewLayout.h 63 virtual void onLayoutChildren(SkView* parent);
80 virtual void onLayoutChildren(SkView* parent);
SkView.h 270 default implementation of that view's onLayoutChildren() will invoke
278 virtual void onLayoutChildren(SkView* parent) = 0;
  /external/skia/legacy/src/views/
SkViewPriv.cpp 61 this->onLayoutChildren(parent);
SkStackViewLayout.cpp 97 void SkStackViewLayout::onLayoutChildren(SkView* parent)
256 void SkFillViewLayout::onLayoutChildren(SkView* parent)
  /external/skia/src/views/
SkViewPriv.cpp 61 this->onLayoutChildren(parent);
SkStackViewLayout.cpp 97 void SkStackViewLayout::onLayoutChildren(SkView* parent)
256 void SkFillViewLayout::onLayoutChildren(SkView* parent)

Completed in 38 milliseconds