Searched refs:mInLayout (Results 1 – 11 of 11) 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()
134 boolean mInLayout = false; field in AdapterView923 if (mInLayout || mBlockLayoutRequests) { in selectionChanged()
634 mInLayout = true; in onLayout()636 mInLayout = false; in onLayout()
377 mInLayout = true; in onLayout()379 mInLayout = false; in onLayout()
1205 if (!mInLayout && !mBlockLayoutRequests && itemCheckChanged) { in setItemChecked()2089 if (!mBlockLayoutRequests && !mInLayout) { in requestLayout()2253 mInLayout = true; in onLayout()2271 mInLayout = false; in onLayout()2831 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;
960 private boolean mInLayout = false; field in ViewRootImpl4395 return mInLayout; in isInLayout()4442 mInLayout = true; in performLayout()4457 mInLayout = false; in performLayout()4482 mInLayout = true; in performLayout()4512 mInLayout = false; in performLayout()
4984 Landroid/app/Fragment;->mInLayout:Z64755 Landroid/view/ViewRootImpl;->mInLayout:Z66215 Landroid/widget/AdapterView;->mInLayout:Z