Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DGhostView.java268 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local
269 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()
270 View child = frameLayout.getChildAt(0); in isGhostWrapper()