Searched refs:childRect (Results 1 – 1 of 1) sorted by relevance
54 Rect childRect = new Rect(25, 25, 65, 65); in onCreate() local56 childNode.setLeftTopRightBottom(childRect.left, childRect.top, in onCreate()57 childRect.right, childRect.bottom); in onCreate()59 outline.setRect(new Rect(0, 0, childRect.width(), childRect.height())); in onCreate()