Home
last modified time | relevance | path

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

/external/skia/samplecode/
DTransitionView.cpp34 this->attachChildToBack(fPrev); in TransitionView()
78 this->attachChildToBack(fPrev)->unref(); in onEvent()
DOverView.cpp93 this->attachChildToBack(view)->unref(); in onSizeChange()
/external/skia/include/views/
DSkView.h193 SkView* attachChildToBack(SkView* child);
/external/skia/src/views/
DSkView.cpp539 SkView* SkView::attachChildToBack(SkView* child) in attachChildToBack() function in SkView