Searched refs:mInLayout (Results 1 – 12 of 12) sorted by relevance
40 private boolean mInLayout = false; field in WindowSurfacePlacer130 if (mInLayout) { in performSurfacePlacementLoop()153 mInLayout = true; in performSurfacePlacementLoop()175 mInLayout = false; in performSurfacePlacementLoop()193 mInLayout = false; in performSurfacePlacementLoop()206 return mInLayout; in isInLayout()
103 private boolean mInLayout; field in StaggeredGridView455 if (mInLayout) { in recycleAllViews()479 if (mInLayout) { in recycleOffscreenViews()496 if (mInLayout) { in recycleOffscreenViews()644 mInLayout = true; in onLayout()646 mInLayout = false; in onLayout()676 if (mInLayout) { in populate()897 if (mInLayout) { in fillUp()1011 if (mInLayout) { in fillDown()
134 boolean mInLayout = false; field in AdapterView923 if (mInLayout || mBlockLayoutRequests) { in selectionChanged()
638 mInLayout = true; in onLayout()640 mInLayout = false; in onLayout()
377 mInLayout = true; in onLayout()379 mInLayout = false; in onLayout()
1214 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2098 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()2262 mInLayout = true; in onLayout()2280 mInLayout = false; in onLayout()2840 if (mInLayout) { in handleBoundsChange()
2657 mInLayout = true; in arrowScroll()2664 mInLayout = false; in arrowScroll()
324 boolean mInLayout; field in Fragment898 return mInLayout; in isInLayout()1805 mInLayout = false;2395 writer.print(" mInLayout="); writer.println(mInLayout);
1193 if (f.mFromLayout && !f.mInLayout) { in moveToState()1428 f.mInLayout = false; in moveToState()2845 f.mInLayout = false; in restoreAllState()3558 fragment.mInLayout = true; in onCreateView()3563 } else if (fragment.mInLayout) { in onCreateView()3573 fragment.mInLayout = true; in onCreateView()
146 private boolean mInLayout; field in ViewPager1296 if (mInLayout) {1322 if (mInLayout) {1439 mInLayout = true;1441 mInLayout = false;
981 private boolean mInLayout = false; field in ViewRootImpl5014 return mInLayout; in isInLayout()5061 mInLayout = true; in performLayout()5076 mInLayout = false; in performLayout()5101 mInLayout = true; in performLayout()5131 mInLayout = false; in performLayout()
4984 Landroid/app/Fragment;->mInLayout:Z64112 Landroid/view/ViewRootImpl;->mInLayout:Z65572 Landroid/widget/AdapterView;->mInLayout:Z