Searched defs:isLayoutRequested (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java42 public boolean isLayoutRequested(); method in interface:ViewParent
H A DViewRootImpl.java1232 public boolean isLayoutRequested() { method in class:ViewRootImpl
H A DView.java20613 public boolean isLayoutRequested() { method in class:View
23092 if (mParent != null && !mParent.isLayoutRequested()) {
[all...]

Completed in 107 milliseconds