Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h334 bool isPivotExplicitlySet() const { return mPrimitiveFields.mPivotExplicitlySet; } in isPivotExplicitlySet() function
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1149 public boolean isPivotExplicitlySet() { in isPivotExplicitlySet() method in RenderNode
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp422 return renderNode->stagingProperties().isPivotExplicitlySet(); in android_view_RenderNode_isPivotExplicitlySet()