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

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

Completed in 46 milliseconds