OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onMoved
(Results
1 - 13
of
13
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
ListUpdateCallback.java
46
void
onMoved
(int fromPosition, int toPosition);
BatchingListUpdateCallback.java
101
public void
onMoved
(int fromPosition, int toPosition) {
103
mWrapped.
onMoved
(fromPosition, toPosition);
SortedList.java
462
* {@link Callback#
onMoved
(int, int)} if necessary.
474
* calls {@link Callback#
onMoved
(int, int)}.
503
mCallback.
onMoved
(index, newIndex);
513
* If the item changes position, SortedList will call {@link Callback#
onMoved
(int, int)}
541
mCallback.
onMoved
(index, newIndex);
794
public void
onMoved
(int fromPosition, int toPosition) {
795
mBatchingListUpdateCallback.
onMoved
(fromPosition, toPosition);
DiffUtil.java
671
public void
onMoved
(int fromPosition, int toPosition) {
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
SortedListAdapterCallback.java
51
public void
onMoved
(int fromPosition, int toPosition) {
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListBatchedCallbackTest.java
71
public void
onMoved
() {
72
mBatchedCallback.
onMoved
(5, 6);
74
verify(mMockCallback).
onMoved
(5, 6);
/developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java
143
public void
onMoved
(int fromPosition, int toPosition) {
/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java
143
public void
onMoved
(int fromPosition, int toPosition) {
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmAdapter.java
143
public void
onMoved
(int fromPosition, int toPosition) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardDataTest.java
296
public void
onMoved
(int fromPosition, int toPosition) {
/frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 340 milliseconds