Home
last modified time | relevance | path

Searched refs:onInflate (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/views/
DSkViewPriv.cpp22 this->onInflate(dom, node); in inflate()
25 void SkView::Artist::onInflate(const SkDOM&, const SkDOM::Node*) in onInflate() function in SkView::Artist
68 this->onInflate(dom, node); in inflate()
71 void SkView::Layout::onInflate(const SkDOM&, const SkDOM::Node*) in onInflate() function in SkView::Layout
DSkView.cpp631 void SkView::onInflate(const SkDOM& dom, const SkDOM::Node* node) { in onInflate() function in SkView
664 this->onInflate(dom, node); in inflate()
/external/skia/include/views/
DSkView.h267 virtual void onInflate(const SkDOM&, const SkDOMNode*);
295 virtual void onInflate(const SkDOM&, const SkDOMNode*);
353 virtual void onInflate(const SkDOM& dom, const SkDOMNode* node);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewStub.java93 mInflateListener.onInflate(viewStub, view); in inflate()