Home
last modified time | relevance | path

Searched refs:isPivotExplicitlySet (Results 1 – 7 of 7) 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()
/frameworks/base/core/java/android/view/
DView.java15981 if (!mRenderNode.isPivotExplicitlySet() || pivotX != getPivotX()) { in setPivotX()
16023 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY()
16040 return mRenderNode.isPivotExplicitlySet(); in isPivotSet()
/frameworks/base/config/
Dboot-image-profile.txt6045 HSPLandroid/graphics/RenderNode;->isPivotExplicitlySet()Z
Dhiddenapi-greylist-max-o.txt81541 Landroid/view/RenderNode;->isPivotExplicitlySet()Z
/frameworks/base/api/
Dcurrent.txt15044 method public boolean isPivotExplicitlySet();