Home
last modified time | relevance | path

Searched defs:animationType (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java580 int animationType; in select() local
2097 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration()
2329 public RecoverAnimation(ViewHolder viewHolder, int animationType, in RecoverAnimation()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java988 final int animationType = pendingOptions.getAnimationType(); in applyOptionsLocked() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2734 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
4507 final int animationType; field in NotificationStackScrollLayout.AnimationEvent