Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DStretchEffect.h54 bool isNoOp() const { return isZero(vectorX) && isZero(vectorY); } in isNoOp() function
56 bool hasEffect() const { return !isNoOp(); } in hasEffect()