Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java110 final boolean childHasIdentityMatrix = child.hasIdentityMatrix(); in transformCanvas()
/frameworks/base/core/java/android/view/
DRenderNode.java242 public boolean hasIdentityMatrix() { in hasIdentityMatrix() method in RenderNode
DView.java6569 if (!hasIdentityMatrix()) { in getBoundsOnScreen()
6588 if (!parentView.hasIdentityMatrix()) { in getBoundsOnScreen()
6643 if (!hasIdentityMatrix()) { in onProvideStructure()
11819 final boolean hasIdentityMatrix() { in hasIdentityMatrix() method
11820 return mRenderNode.hasIdentityMatrix(); in hasIdentityMatrix()
12410 final boolean matrixIsIdentity = hasIdentityMatrix(); in setTop()
12481 final boolean matrixIsIdentity = hasIdentityMatrix(); in setBottom()
12540 final boolean matrixIsIdentity = hasIdentityMatrix(); in setLeft()
12602 final boolean matrixIsIdentity = hasIdentityMatrix(); in setRight()
13021 if (hasIdentityMatrix() || mAttachInfo == null) { in getHitRect()
[all …]
DViewGroup.java1753 if (!child.hasIdentityMatrix()) { in dispatchResolvePointerIcon()
2146 if (!child.hasIdentityMatrix()) { in dispatchTransformedGenericPointerEvent()
2174 if (!child.hasIdentityMatrix()) { in getTransformedMotionEvent()
2617 if (!child.hasIdentityMatrix()) { in transformPointToViewLocal()
2661 if (child == null || child.hasIdentityMatrix()) { in dispatchTransformedTouchEvent()
2687 if (! child.hasIdentityMatrix()) { in dispatchTransformedTouchEvent()
5547 if (!child.hasIdentityMatrix()) { in getChildVisibleRect()
5557 if (!child.hasIdentityMatrix()) { in getChildVisibleRect()