/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 465 getLoaderManager().restartLoader(PhotoViewCallbacks.BITMAP_LOADER_THUMBNAIL, in onViewActivated() 596 getLoaderManager().restartLoader(PhotoViewCallbacks.BITMAP_LOADER_THUMBNAIL, in onReceive() 599 getLoaderManager().restartLoader(PhotoViewCallbacks.BITMAP_LOADER_PHOTO, in onReceive()
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}。例如,當使用者的查詢改變時,實作 {@link android.widget.Sea… 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}。例如,当用户的查询更改时,此 {@link android.widget.Searc… 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()} を使用します。たとえば、この {@link android.widget.Searc… 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}를 사용합니다. 예를 들어, 다음의 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}. Например, эта 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 163 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader() method in LoaderManager 651 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader() method in LoaderManagerImpl
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | LoaderManager.java | 144 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader() method in LoaderManager 644 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader() method in LoaderManagerImpl
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}. Misalnya, implementasi 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RecentsCreateFragment.java | 130 getLoaderManager().restartLoader(LOADER_RECENTS, getArguments(), mCallbacks); in onStart()
|
D | RootsFragment.java | 152 getLoaderManager().restartLoader(2, null, mCallbacks); in onDisplayStateChanged()
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}. Por exemplo, 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/docs/html/guide/components/ |
D | loaders.jd | 213 android.app.LoaderManager#restartLoader restartLoader()}. For example, this 224 getLoaderManager().restartLoader(0, null, this); 425 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 287 getLoaderManager().restartLoader(LOADER_ID, null, this); in onActivityCreated() 393 getLoaderManager().restartLoader(LOADER_ID, null, this); in onSortOrderChanged() 1727 df.getLoaderManager().restartLoader(LOADER_ID, null, df); in reloadSearch() 1738 df.getLoaderManager().restartLoader(LOADER_ID, null, df); in reload()
|
/frameworks/base/docs/html-intl/intl/vi/guide/components/ |
D | loaders.jd | 209 android.app.LoaderManager#restartLoader restartLoader()}. Ví dụ, việc 220 getLoaderManager().restartLoader(0, null, this); 421 getLoaderManager().restartLoader(0, null, this);
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 565 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 342 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 22.0.0.txt | 342 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 22.2.1.txt | 371 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 22.2.0.txt | 371 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 23.0.0.txt | 464 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 23.1.0.txt | 472 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | 23.1.1.txt | 442 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
D | current.txt | 460 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4492 …method public abstract android.content.Loader<D> restartLoader(int, android.os.Bundle, android.app…
|