Searched refs:grandParent (Results 1 – 3 of 3) sorted by relevance
15 ViewGroup grandParent = (ViewGroup) findViewById(R.id.parent); in onCreate() local16 if (grandParent == null) throw new IllegalStateException(); in onCreate()21 for (int i = 0; i < grandParent.getChildCount(); i++) { in onCreate()22 ViewGroup parent = (ViewGroup) grandParent.getChildAt(i); in onCreate()
217 final ParserRuleContext grandParent = myParentContent.getParent(); in parseExpressions() local218 Preconditions.check(grandParent instanceof XMLParser.ElementContext, in parseExpressions()220 grandParent.getClass().getCanonicalName()); in parseExpressions()222 tag = nodeTagMap.get(grandParent); in parseExpressions()
144 ViewGroup grandParent = (ViewGroup) parent.getParent(); in removeGhost() local145 grandParent.removeView(parent); in removeGhost()