Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRenderNode.java679 public boolean isPivotExplicitlySet() { in isPivotExplicitlySet() method in RenderNode
DView.java11322 if (!mRenderNode.isPivotExplicitlySet() || pivotX != getPivotX()) {
11363 if (!mRenderNode.isPivotExplicitlySet() || pivotY != getPivotY()) {
/frameworks/base/libs/hwui/
DRenderProperties.h391 bool isPivotExplicitlySet() const { in isPivotExplicitlySet() function
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp391 return renderNode->stagingProperties().isPivotExplicitlySet(); in android_view_RenderNode_isPivotExplicitlySet()