OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPostInflate
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkView.h
320
This will call the virtual
onPostInflate
for this view, and the recursively
365
virtual void
onPostInflate
(const SkTDict<SkView*>&);
/external/skia/src/views/
SkView.cpp
693
void SkView::
onPostInflate
(const SkTDict<SkView*>&) {
698
this->
onPostInflate
(dict);
Completed in 756 milliseconds