Home
last modified time | relevance | path

Searched refs:isGhostWrapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DGhostView.java171 } else if (isGhostWrapper(viewGroup.getChildAt(numChildren - 1))) { in moveGhostViewsToTop()
175 if (!isGhostWrapper(viewGroup.getChildAt(i))) { in moveGhostViewsToTop()
186 if (isGhostWrapper(child)) { in moveGhostViewsToTop()
259 private static boolean isGhostWrapper(View view) { in isGhostWrapper() method in GhostView