Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java57 int restoreTo = transformCanvas(thisVG, canvas, child); in drawChild()
110 private static int transformCanvas(ViewGroup thisVG, Canvas canvas, View child) { in transformCanvas() method in ViewGroup_Delegate