Home | History | Annotate | Download | only in instant

Lines Matching full:current

24 // Users of InstantLoaderManager need only concern themselves with the current
25 // and pending loaders. The current loader is the loader that if ready is shown
26 // by InstantController. The pending loader is used if the current loader is
27 // ready and update is invoked with a different id. In this case the current
28 // loader is left as current (and it's preview contents stopped) and the newly
30 // MakePendingCurrent should be invoked to make the pending the current loader.
33 // ownership of the current loader by invoking ReleaseCurrentLoader.
39 // Updates the current loader. If the current loader is replaced and should be
50 // Makes the pending loader the current loader. If ownership of the old
54 // Returns the current loader and clears internal references to it. This
68 // Returns the current loader, may be null.
75 // either the pending loader or the current loader.
96 // The current loader.