Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h349 bool isPivotExplicitlySet() const { return mPrimitiveFields.mPivotExplicitlySet; } in isPivotExplicitlySet() function
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1270 public boolean isPivotExplicitlySet() { in isPivotExplicitlySet() method in RenderNode
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp448 return renderNode->stagingProperties().isPivotExplicitlySet(); in android_view_RenderNode_isPivotExplicitlySet()
/frameworks/base/core/java/android/view/
DView.java17682 if (!mRenderNode.isPivotExplicitlySet() || pivotX != getPivotX()) { in setPivotX()
17725 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY()
17742 return mRenderNode.isPivotExplicitlySet(); in isPivotSet()
/frameworks/base/core/api/
Dcurrent.txt15514 method public boolean isPivotExplicitlySet();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61685 Landroid/view/RenderNode;->isPivotExplicitlySet()Z