Searched refs:grandParent (Results 1 – 3 of 3) 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()