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.java11242 public boolean isLayoutRequested() { method in class:View
12674 if (!mParent.isLayoutRequested()) {
H A DViewRootImpl.java717 public boolean isLayoutRequested() { method in class:ViewRootImpl
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java634 if (content.isLayoutRequested()) {
H A DGridView.java1356 boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested();
H A DListView.java1802 final boolean needToMeasure = !recycled || updateChildSelected || child.isLayoutRequested();

Completed in 94 milliseconds