Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.h349 bool isPivotExplicitlySet() const { return mPrimitiveFields.mPivotExplicitlySet; } in isPivotExplicitlySet() function
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1270 public boolean isPivotExplicitlySet() { in isPivotExplicitlySet() method in RenderNode
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp448 return renderNode->stagingProperties().isPivotExplicitlySet(); in android_view_RenderNode_isPivotExplicitlySet()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java18312 if (!mRenderNode.isPivotExplicitlySet() || pivotX != getPivotX()) { in setPivotX()
18355 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) { in setPivotY()
18372 return mRenderNode.isPivotExplicitlySet(); in isPivotSet()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16571 method public boolean isPivotExplicitlySet();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61685 Landroid/view/RenderNode;->isPivotExplicitlySet()Z