Searched refs:isGhostWrapper (Results 1 – 1 of 1) sorted by relevance
177 } else if (isGhostWrapper(viewGroup.getChildAt(numChildren - 1))) { in moveGhostViewsToTop()181 if (!isGhostWrapper(viewGroup.getChildAt(i))) { in moveGhostViewsToTop()192 if (isGhostWrapper(child)) { in moveGhostViewsToTop()265 private static boolean isGhostWrapper(View view) { in isGhostWrapper() method in GhostView