Searched defs:isStarted (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java172 if (isStarted()) {
185 boolean isStarted() { method in class:ContactDeletionInteraction
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusWatcher.java125 if (isStarted()) {
132 private boolean isStarted() { method in class:ProviderStatusWatcher
156 if (!isStarted()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java144 public boolean isStarted() { method in class:LauncherViewPropertyAnimator
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java145 public boolean isStarted() { method in class:LauncherViewPropertyAnimator
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java1511 if (mPhotoFlipAnimator.getValue() > 1 || !mPhotoFlipAnimator.isStarted()) {
1521 || mPhotoFlipAnimator.isStarted()) {
1523 if (!mPhotoFlipAnimator.isStarted()) {
1584 if (!mPhotoFlipAnimator.isStarted()) {
2284 public boolean isStarted() { method in class:ConversationItemView.CabAnimator
2285 return mAnimator != null && mAnimator.isStarted();

Completed in 224 milliseconds