Searched refs:frameLayout (Results 1 – 1 of 1) sorted by relevance
268 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local269 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()270 View child = frameLayout.getChildAt(0); in isGhostWrapper()