Home
last modified time | relevance | path

Searched refs:restartLoader (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java465 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/
Dloaders.jd209 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/
Dloaders.jd209 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/
Dloaders.jd209 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/
Dloaders.jd209 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/
Dloaders.jd209 android.app.LoaderManager#restartLoader restartLoader()}. Например, эта
220 getLoaderManager().restartLoader(0, null, this);
421         getLoaderManager().restartLoader(0, null, this);
/frameworks/base/core/java/android/app/
DLoaderManager.java163 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/
DLoaderManager.java144 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/
Dloaders.jd209 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/
DRecentsCreateFragment.java130 getLoaderManager().restartLoader(LOADER_RECENTS, getArguments(), mCallbacks); in onStart()
DRootsFragment.java152 getLoaderManager().restartLoader(2, null, mCallbacks); in onDisplayStateChanged()
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dloaders.jd209 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/
Dloaders.jd213 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/
DDirectoryFragment.java287 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/
Dloaders.jd209 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/
DPhotoViewController.java565 mActivity.getSupportLoaderManager().restartLoader(LOADER_PHOTO_LIST, null, this); in onPhotoRemoved()
/frameworks/support/v4/api/
D22.1.0.txt342 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D22.0.0.txt342 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D22.2.1.txt371 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D22.2.0.txt371 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D23.0.0.txt464 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D23.1.0.txt472 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
D23.1.1.txt442 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
Dcurrent.txt460 …method public abstract android.support.v4.content.Loader<D> restartLoader(int, android.os.Bundle, …
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4492 …method public abstract android.content.Loader<D> restartLoader(int, android.os.Bundle, android.app…

12