Searched refs:thisVG (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 46 /*package*/ static boolean drawChild(ViewGroup thisVG, Canvas canvas, View child, in drawChild() argument 48 if (child.getZ() > thisVG.getZ()) { in drawChild() 57 int restoreTo = transformCanvas(thisVG, canvas, child); in drawChild() 58 drawShadow(thisVG, canvas, child, outline); in drawChild() 63 return thisVG.drawChild_Original(canvas, child, drawingTime); in drawChild() 110 private static int transformCanvas(ViewGroup thisVG, Canvas canvas, View child) { in transformCanvas() argument 113 int flags = thisVG.mGroupFlags; in transformCanvas() 117 final Transformation t = thisVG.getChildTransformation(); in transformCanvas() 118 final boolean hasTransform = thisVG.getChildStaticTransformation(child, t); in transformCanvas()
|