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

  /frameworks/base/libs/hwui/
DisplayList.h 158 const LsaVector<FunctorContainer>& getFunctors() const { return functors; }
RenderNode.cpp 409 willHaveFunctor = !mStagingDisplayList->getFunctors().empty();
411 willHaveFunctor = !mDisplayList->getFunctors().empty();
492 for (auto& iter : mDisplayList->getFunctors()) {
525 info.out.hasFunctors |= subtree->getFunctors().size();
    [all...]

Completed in 1390 milliseconds