HomeSort by relevance Sort by last modified time
    Searched refs:mPendingAnimations (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
ViewPropertyAnimatorRT.java 49 cancelAnimators(parent.mPendingAnimations);
67 int size = parent.mPendingAnimations.size();
80 NameValuesHolder holder = parent.mPendingAnimations.get(i);
94 parent.mPendingAnimations.clear();
126 private void cancelAnimators(ArrayList<NameValuesHolder> mPendingAnimations) {
127 int size = mPendingAnimations.size();
129 NameValuesHolder holder = mPendingAnimations.get(i);
ViewPropertyAnimator.java 130 ArrayList<NameValuesHolder> mPendingAnimations = new ArrayList<NameValuesHolder>();
430 mPendingAnimations.clear();
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryItemAnimator.java 41 private final List<ColorAnimation> mPendingAnimations = new ArrayList<>();
55 for (ColorAnimation anim: mPendingAnimations) {
59 mPendingAnimations.clear();
66 for (int i = mPendingAnimations.size() - 1; i >= 0; --i) {
67 ColorAnimation anim = mPendingAnimations.get(i);
69 mPendingAnimations.remove(i);
120 mPendingAnimations.add(new ColorAnimation(oldHolder, startColor, endColor));
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderPagedView.java 69 @Thunk final HashMap<View, Runnable> mPendingAnimations = new HashMap<>();
498 if (!mPendingAnimations.isEmpty()) {
499 HashMap<View, Runnable> pendingViews = new HashMap<>(mPendingAnimations);
626 mPendingAnimations.remove(v);
637 mPendingAnimations.put(v, endAction);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 480 milliseconds