Searched refs:mInLayout (Results 1 – 12 of 12) sorted by relevance
42 private boolean mInLayout = false; field in WindowSurfacePlacer113 if (mInLayout) { in performSurfacePlacementLoop()137 mInLayout = true; in performSurfacePlacementLoop()161 mInLayout = false; in performSurfacePlacementLoop()179 mInLayout = false; in performSurfacePlacementLoop()194 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()
633 mInLayout = true; in onLayout()635 mInLayout = false; in onLayout()
377 mInLayout = true; in onLayout()379 mInLayout = false; in onLayout()
1130 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2028 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()2192 mInLayout = true; in onLayout()2210 mInLayout = false; in onLayout()2751 if (mInLayout) { in handleBoundsChange()
2659 mInLayout = true; in arrowScroll()2666 mInLayout = false; in arrowScroll()
319 boolean mInLayout; field in Fragment893 return mInLayout; in isInLayout()1829 mInLayout = false;2419 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;
580 private boolean mInLayout = false; field in ViewRootImpl3096 return mInLayout; in isInLayout()3144 mInLayout = true; in performLayout()3159 mInLayout = false; in performLayout()3184 mInLayout = true; in performLayout()3214 mInLayout = false; in performLayout()
4987 Landroid/app/Fragment;->mInLayout:Z79184 Landroid/view/ViewRootImpl;->mInLayout:Z80644 Landroid/widget/AdapterView;->mInLayout:Z