Searched refs:grandParent (Results 1 – 5 of 5) sorted by relevance
15 ViewGroup grandParent = 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()
170 final File grandParent = parent != null ? parent.getParentFile() : null; in createAudioThumbnail() local175 if (grandParent != null in createAudioThumbnail()176 && MEDIA_UNKNOWN.equals(Environment.getExternalStorageState(grandParent))) { in createAudioThumbnail()
151 ViewGroup grandParent = (ViewGroup) parent.getParent(); in removeGhost() local152 grandParent.removeView(parent); in removeGhost()
431 ViewGroup grandParent = (ViewGroup) parent.getParent(); in onDefocus() local442 if (grandParent != null) grandParent.setClipChildren(false); in onDefocus()449 if (grandParent != null) grandParent.setClipChildren(true); in onDefocus()
2990 TaskFragment grandParent = parent.getParent().asTaskFragment(); in getOccludingActivityAbove()2991 while (grandParent != null) { in getOccludingActivityAbove()2992 if (!parent.getBounds().equals(grandParent.getBounds())) { in getOccludingActivityAbove()2996 if (grandParent.asTask() != null) { in getOccludingActivityAbove()3001 parent = grandParent; in getOccludingActivityAbove()3002 grandParent = parent.getParent().asTaskFragment(); in getOccludingActivityAbove()