Searched refs:rebuildCompleted (Results 1 – 5 of 5) sorted by relevance
550 boolean rebuildCompleted = rebuildActiveTab(true) || getActiveListAdapter().isTabLoaded(); in rebuildTabs()555 rebuildCompleted = rebuildCompleted && completedRebuildingInactiveTabs; in rebuildTabs()557 return rebuildCompleted; in rebuildTabs()
575 protected void onListRebuilt(ResolverListAdapter listAdapter, boolean rebuildCompleted) {780 protected boolean postRebuildList(boolean rebuildCompleted) {781 return postRebuildListInternal(rebuildCompleted);1235 boolean rebuildCompleted) {1248 if (rebuildCompleted && maybeAutolaunchActivity()) {1254 onListRebuilt(listAdapter, rebuildCompleted);1309 boolean rebuildCompleted =1326 boolean result = postRebuildList(rebuildCompleted);1438 final boolean postRebuildListInternal(boolean rebuildCompleted) {1443 if (rebuildCompleted && maybeAutolaunchActivity()) {
959 boolean rebuildCompleted) { in onPostListReady() argument972 if (rebuildCompleted && maybeAutolaunchActivity()) { in onPostListReady()977 onListRebuilt(listAdapter, rebuildCompleted); in onPostListReady()1244 boolean rebuildCompleted = mChooserMultiProfilePagerAdapter.rebuildTabs( in configureContentView()1253 boolean result = postRebuildList(rebuildCompleted); in configureContentView()1264 protected boolean postRebuildList(boolean rebuildCompleted) { in postRebuildList() argument1265 return postRebuildListInternal(rebuildCompleted); in postRebuildList()1297 final boolean postRebuildListInternal(boolean rebuildCompleted) { in postRebuildListInternal() argument1302 if (rebuildCompleted && maybeAutolaunchActivity()) { in postRebuildListInternal()
553 public void postListReadyRunnable(boolean doPostProcessing, boolean rebuildCompleted) { in postListReadyRunnable() argument561 doPostProcessing, rebuildCompleted); in postListReadyRunnable()921 boolean rebuildCompleted); in onPostListReady() argument
38 rebuildCompleted: Boolean, in onPostListReady()