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

/frameworks/base/core/java/android/view/
H A DWindowInfo.java149 final boolean hasChildren = (parcel.readInt() == 1);
150 if (hasChildren) {
H A DWindow.java725 public final boolean hasChildren() { method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java533 if (y >= (getHeight()-5) && !mWindow.hasChildren()) {

Completed in 38 milliseconds