Home
last modified time | relevance | path

Searched refs:isLayoutRequested (Results 1 – 22 of 22) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrappedRecyclerView.java75 while (isLayoutRequested()) { in waitUntilLayout()
DStaggeredGridLayoutManagerTest.java70 assertFalse("test sanity", mRecyclerView.isLayoutRequested()); in forceLayoutOnDetach()
77 assertTrue(mRecyclerView.isLayoutRequested()); in forceLayoutOnDetach()
/frameworks/base/core/java/android/view/
DViewParent.java41 public boolean isLayoutRequested(); in isLayoutRequested() method
DView.java17578 public boolean isLayoutRequested() { in isLayoutRequested() method
19780 if (mParent != null && !mParent.isLayoutRequested()) { in requestLayout()
DViewRootImpl.java1055 public boolean isLayoutRequested() { in isLayoutRequested() method in ViewRootImpl
/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java146 (sharedElements.isEmpty() || !sharedElements.valueAt(0).isLayoutRequested()))) { in triggerViewsReady()
193 allReady = !decorView.isLayoutRequested(); in sendSharedElementDestination()
196 if (mSharedElements.get(i).isLayoutRequested()) { in sendSharedElementDestination()
/frameworks/base/core/java/android/widget/
DAdapterView.java882 && getViewRootImpl().isLayoutRequested()) { in run()
DSlidingDrawer.java658 if (content.isLayoutRequested()) { in prepareContent()
DGridView.java1476 || child.isLayoutRequested(); in setupChild()
DListView.java2005 || child.isLayoutRequested(); in setupChild()
DAbsListView.java2687 if (isLayoutRequested()) { in internalSetPadding()
DTextView.java7462 if (isLayoutRequested()) { in bringPointIntoView()
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java546 if (parent != null && parent.isLayoutRequested() && ViewCompat.isAttachedToWindow(child)) { in setState()
DCoordinatorLayout.java921 if (child.isLayoutRequested() || child.getVisibility() == View.GONE) { in getChildRect()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java762 final boolean needsLayout = queryAdapter || child.isLayoutRequested(); in layoutChildren()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java921 if (!mInLayout && !mBaseGridView.isLayoutRequested()) { in dispatchChildSelected()
924 if (getChildAt(i).isLayoutRequested()) { in dispatchChildSelected()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java824 if (mRecyclerView.isLayoutRequested()) { in moveIfNecessary()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java310 if (!mFirstLayoutComplete || isLayoutRequested()) {
2386 mFirstLayoutComplete = mFirstLayoutComplete && !isLayoutRequested(); in onAttachedToWindow()
8087 return child.isLayoutRequested() in shouldMeasureChild()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33529 method public boolean isLayoutRequested();
34291 method public abstract boolean isLayoutRequested();
/frameworks/base/api/
Dcurrent.txt42565 method public boolean isLayoutRequested();
43380 method public abstract boolean isLayoutRequested();
Dsystem-current.txt45742 method public boolean isLayoutRequested();
46557 method public abstract boolean isLayoutRequested();
Dtest-current.txt42651 method public boolean isLayoutRequested();
43466 method public abstract boolean isLayoutRequested();