Searched refs:partRectsContains (Results 1 – 3 of 3) sorted by relevance
147 bool partRectsContains(const CachedNode* other) const;
290 bool CachedNode::partRectsContains(const CachedNode* other) const in partRectsContains() function in android::CachedNode
1192 if (contains && mNode->partRectsContains(other->mNode)) { in isContainer()1198 if (containedBy && other->mNode->partRectsContains(mNode)) { in isContainer()