Searched refs:mInLayout (Results 1 – 12 of 12) sorted by relevance
40 private boolean mInLayout = false; field in WindowSurfacePlacer134 if (mInLayout) { in performSurfacePlacementLoop()157 mInLayout = true; in performSurfacePlacementLoop()179 mInLayout = false; in performSurfacePlacementLoop()197 mInLayout = false; in performSurfacePlacementLoop()210 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()
1213 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2097 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()2261 mInLayout = true; in onLayout()2279 mInLayout = false; in onLayout()2839 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;
970 private boolean mInLayout = false; field in ViewRootImpl4839 return mInLayout; in isInLayout()4886 mInLayout = true; in performLayout()4901 mInLayout = false; in performLayout()4926 mInLayout = true; in performLayout()4956 mInLayout = false; in performLayout()
4984 Landroid/app/Fragment;->mInLayout:Z64112 Landroid/view/ViewRootImpl;->mInLayout:Z65572 Landroid/widget/AdapterView;->mInLayout:Z