Searched defs:thisVG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java46 /*package*/ static boolean drawChild(ViewGroup thisVG, Canvas canvas, View child, argument
48 if (child.getZ() > thisVG.getZ()) {
56 int restoreTo = transformCanvas(thisVG, canvas, child);
57 drawShadow(thisVG, canvas, child, outline);
61 return thisVG.drawChild_Original(canvas, child, drawingTime);
108 private static int transformCanvas(ViewGroup thisVG, Canvas canvas, View child) { argument
111 int flags = thisVG.mGroupFlags;
115 final Transformation t = thisVG.getChildTransformation();
116 final boolean hasTransform = thisVG.getChildStaticTransformation(child, t);

Completed in 70 milliseconds