Searched refs:onInflate (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/views/ |
D | SkViewPriv.cpp | 22 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
|
D | SkView.cpp | 631 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/ |
D | SkView.h | 267 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/ |
D | ShadowViewStub.java | 93 mInflateListener.onInflate(viewStub, view); in inflate()
|