Home
last modified time | relevance | path

Searched refs:getChildTransformation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java153 final Transformation t = thisVG.getChildTransformation(); in transformCanvas()
/frameworks/base/core/java/android/view/
DView.java14755 final Transformation t = parent.getChildTransformation();
14814 final Transformation t = parentVG.getChildTransformation();
14854 parent.getChildTransformation().clear();
14882 transformToApply = parent.getChildTransformation();
14891 final Transformation t = parent.getChildTransformation();
DViewGroup.java3599 Transformation getChildTransformation() { in getChildTransformation() method in ViewGroup