Searched defs:isReset (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
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 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
/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) {

Completed in 6567 milliseconds