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

/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/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);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryLoader.java166 if (isReset()) {
H A DRecentsLoader.java199 if (isReset()) {
H A DRootsLoader.java50 if (isReset()) {
H A DUriDerivativeLoader.java70 if (isReset()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java171 setTranslation(distance, false /* isReset */, false /* animateReset */);
376 private void setTranslation(float translation, boolean isReset, boolean animateReset) { argument
380 if (translation != mTranslation || isReset) {
389 boolean animateIcons = isReset && animateReset;
390 boolean forceNoCircleAnimation = isReset && !animateReset;
392 boolean slowAnimation = isReset && isBelowFalsingThreshold();
393 if (!isReset) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java78 if (isReset()) {
/frameworks/support/v4/java/android/support/v4/content/
H A DCursorLoader.java94 if (isReset()) {
H A DLoader.java243 public boolean isReset() { method in class:Loader
263 * {@link #isStarted()} and {@link #isReset()} will return the correct
414 * {@link #isStarted()} and {@link #isReset()} will return the correct

Completed in 316 milliseconds