Searched refs:isReset (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java51 if (isReset()) {
H A DUriDerivativeLoader.java70 if (isReset()) {
H A DDirectoryLoader.java206 if (isReset()) {
H A DRecentLoader.java264 if (isReset()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java342 private void setTranslation(float translation, boolean isReset, boolean animateReset) { argument
350 if (translation != mTranslation || isReset) {
362 boolean animateIcons = isReset && animateReset;
364 boolean slowAnimation = isReset && isBelowFalsingThreshold();
365 if (!isReset) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java78 if (isReset()) {
/frameworks/base/core/java/android/content/
H A DCursorLoader.java98 if (isReset()) {
H A DLoader.java261 public boolean isReset() { method in class:Loader
281 * {@link #isStarted()} and {@link #isReset()} will return the correct
432 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java62 if (isReset()) {
H A DLoader.java175 public boolean isReset() { method in class:Loader
189 * {@link #isStarted()} and {@link #isReset()} will return the correct
285 * {@link #isStarted()} and {@link #isReset()} will return the correct
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
H A DMediaPlayerApiTest.java384 boolean isReset = CodecTest.prepareAsyncReset(MediaNames.STREAM_MP3);
385 assertTrue("PrepareAsync Reset", isReset);

Completed in 324 milliseconds