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

/frameworks/base/core/java/android/view/
H A DViewParent.java40 public boolean isLayoutRequested(); method in interface:ViewParent
H A DView.java13722 public boolean isLayoutRequested() { method in class:View
15128 if (mParent != null && !mParent.isLayoutRequested()) {
H A DViewRootImpl.java843 public boolean isLayoutRequested() { method in class:ViewRootImpl
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java635 if (content.isLayoutRequested()) {
H A DGridView.java1364 boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested();
H A DListView.java1799 final boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested();

Completed in 426 milliseconds