Searched refs:toPosition (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java2840 public void onItemsMoved(RecyclerView recyclerView, int fromPosition, int toPosition, argument
2843 + fromPosition + " toPosition " + toPosition);
2848 mFocusPositionOffset += toPosition - fromPosition;
2849 } else if (fromPosition < pos && toPosition > pos - itemCount) {
2852 } else if (fromPosition > pos && toPosition < pos) {
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java844 final int toPosition = target.getAdapterPosition();
849 target, toPosition, x, y);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java867 final int toPosition = target.getAdapterPosition();
872 target, toPosition, x, y);
H A DRecyclerView.java5269 public void onItemRangeMoved(int fromPosition, int toPosition, int itemCount) { argument
5271 if (mAdapterHelper.onItemRangeMoved(fromPosition, toPosition, itemCount)) {
7139 * has been moved to <code>toPosition</code>.
7146 * @param toPosition New position of the item.
7148 public final void notifyItemMoved(int fromPosition, int toPosition) { argument
7149 mObservable.notifyItemMoved(fromPosition, toPosition);
11429 public void onItemRangeMoved(int fromPosition, int toPosition, int itemCount) { argument
11990 public void notifyItemMoved(int fromPosition, int toPosition) { argument
11992 mObservers.get(i).onItemRangeMoved(fromPosition, toPosition, 1);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java1275 public void onItemRangeMoved(ObservableList sender, int fromPosition, int toPosition, argument
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4912 public void onItemRangeMoved(int fromPosition, int toPosition, int itemCount) { argument
4914 if (mAdapterHelper.onItemRangeMoved(fromPosition, toPosition, itemCount)) {
6697 * has been moved to <code>toPosition</code>.
6704 * @param toPosition New position of the item.
6706 public final void notifyItemMoved(int fromPosition, int toPosition) { argument
6707 mObservable.notifyItemMoved(fromPosition, toPosition);
10586 public void onItemRangeMoved(int fromPosition, int toPosition, int itemCount) { argument
11079 public void notifyItemMoved(int fromPosition, int toPosition) { argument
11081 mObservers.get(i).onItemRangeMoved(fromPosition, toPosition, 1);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5393 final int toPosition = mResurrectToPosition;
5396 if (toPosition >= firstPosition && toPosition < firstPosition + childCount) {
5397 selectedPos = toPosition;
5411 if (toPosition < firstPosition) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 128 milliseconds

12