Home
last modified time | relevance | path

Searched refs:getItemAnimator (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmRecyclerView.kt38 return rv.getItemAnimator()!!.isRunning()
51 (getItemAnimator() == null || !getItemAnimator()!!.isRunning())) {
H A DAlarmClockFragment.kt269 if (mRecyclerView.getItemAnimator()!!.isRunning()) {
271 mRecyclerView.getItemAnimator()!!.isRunning(
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/
H A DSeriesFragment.java68 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false); in onCreateView()
H A DMovieFragment.java69 ((SimpleItemAnimator) mRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false); in onCreateView()
/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragAndDropAdapter.java290 final RecyclerView.ItemAnimator itemAnimator = mParentView.getItemAnimator(); in updateLocalesWhenAnimationStops()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupNotificationViewHolder.java151 ((SimpleItemAnimator) mNotificationListView.getItemAnimator()) in GroupNotificationViewHolder()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.kt125 (mLapsList.getItemAnimator() as SimpleItemAnimator).setSupportsChangeAnimations(false)
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java674 final RecyclerView.ItemAnimator animator = mRecyclerView.getItemAnimator(); in postDispatchSwipe()
2079 final RecyclerView.ItemAnimator itemAnimator = recyclerView.getItemAnimator(); in getAnimationDuration()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java254 mRecyclerView.getItemAnimator().endAnimations();
1006 mRecyclerView.getItemAnimator().endAnimations(); in onConfigurationChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java231 getListView().getItemAnimator().setMoveDuration(0); in onResume()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3286 public ItemAnimator getItemAnimator() { in getItemAnimator() method