Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderNode.cpp428 bool applyTranslationZ = true3dTransform && !MathUtils::isZero(properties().getZ()); in applyViewPropertyTransforms() local
429 if (properties().hasTransformMatrix() || applyTranslationZ) { in applyViewPropertyTransforms()