Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java9991 static final int FLAG_MOVED = 1 << 11; field in RecyclerView.ViewHolder
11520 public static final int FLAG_MOVED = ViewHolder.FLAG_MOVED; field in RecyclerView.ItemAnimator
11539 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,
11881 flags |= FLAG_MOVED; in buildAdapterChangeFlagsForAnimations()