Home
last modified time | relevance | path

Searched defs:isOnTop (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DGhostView.java283 private static boolean isOnTop(ArrayList<View> viewParents, ArrayList<View> comparedWith) { in isOnTop() method in GhostView
321 private static boolean isOnTop(View view, View comparedWith) { in isOnTop() method in GhostView
H A DViewGroup.java7466 private boolean isOnTop(View view, View otherView, ArrayList<View> preorderedList) { in isOnTop() method in ViewGroup
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java491 boolean isOnTop() { in isOnTop() method in RootWindowContainer
H A DWindowContainer.java1454 boolean isOnTop() { in isOnTop() method in WindowContainer