Searched refs:onRemoved (Results 1 - 23 of 23) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DListUpdateCallback.java38 void onRemoved(int position, int count); method in interface:ListUpdateCallback
H A DBatchingListUpdateCallback.java62 mWrapped.onRemoved(mLastEventPosition, mLastEventCount);
87 public void onRemoved(int position, int count) { method in class:BatchingListUpdateCallback
H A DSortedList.java417 * Removes the provided item from the list and calls {@link Callback#onRemoved(int, int)}.
429 * Removes the item at the given index and calls {@link Callback#onRemoved(int, int)}.
456 mCallback.onRemoved(index, 1);
673 mCallback.onRemoved(0, prevSize);
789 public void onRemoved(int position, int count) { method in class:SortedList.BatchedCallback
790 mBatchingListUpdateCallback.onRemoved(position, count);
H A DDiffUtil.java666 public void onRemoved(int position, int count) {
791 updateCallback.onRemoved(start, count);
798 updateCallback.onRemoved(start + i, 1);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DBatchingListUpdateCallbackTest.java79 mBatching.onRemoved(3, 2);
81 verify(mCallback).onRemoved(3, 2);
87 mBatching.onRemoved(3, 2);
88 mBatching.onRemoved(3, 1);
90 verify(mCallback).onRemoved(3, 3);
96 mBatching.onRemoved(3, 5);
97 mBatching.onRemoved(4, 2);
99 verify(mCallback).onRemoved(3, 5);
100 verify(mCallback).onRemoved(4, 2);
106 mBatching.onRemoved(
[all...]
H A DSortedListBatchedCallbackTest.java53 public void onRemoved() { method in class:SortedListBatchedCallbackTest
54 mBatchedCallback.onRemoved(2, 3);
57 verify(mMockCallback).onRemoved(2, 3);
H A DDiffUtilTest.java374 public void onRemoved(int position, int count) {
H A DSortedListTest.java82 public void onRemoved(int position, int count) {
/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintServiceReceiver.aidl32 void onRemoved(long deviceId, int fingerId, int groupId, int remaining);
H A DFingerprintManager.java1108 public void onRemoved(long deviceId, int fingerId, int groupId, int remaining) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
H A DSortedListAdapterCallback.java46 public void onRemoved(int position, int count) { method in class:SortedListAdapterCallback
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DRemovalClient.java93 receiver.onRemoved(getHalDeviceId(), fingerId, groupId, remaining);
102 public boolean onRemoved(int fingerId, int groupId, int remaining) { method in class:RemovalClient
H A DClientMonitor.java108 public abstract boolean onRemoved(int fingerId, int groupId, int remaining); method in class:ClientMonitor
H A DEnumerateClient.java114 public boolean onRemoved(int fingerId, int groupId, int remaining) { method in class:EnumerateClient
115 if (DEBUG) Slog.w(TAG, "onRemoved() called for enumerate!");
H A DAuthenticationClient.java169 public boolean onRemoved(int fingerId, int groupId, int remaining) { method in class:AuthenticationClient
170 if (DEBUG) Slog.w(TAG, "onRemoved() called for authenticate!");
H A DEnrollClient.java129 public boolean onRemoved(int fingerId, int groupId, int remaining) { method in class:EnrollClient
130 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
H A DFingerprintService.java405 if (client != null && client.onRemoved(fingerId, groupId, remaining)) {
993 public void onRemoved(final long deviceId, final int fingerId, final int groupId, final int remaining) {
/frameworks/native/services/surfaceflinger/
H A DLayer.h419 void onRemoved();
H A DLayer.cpp291 void Layer::onRemoved() { function in class:android::Layer
307 child->onRemoved();
H A DSurfaceFlinger.cpp2225 l->onRemoved();
H A DSurfaceFlinger_hwc1.cpp1908 l->onRemoved();
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java168 notification.stats.onRemoved();
852 public void onRemoved() { method in class:NotificationUsageStats.SingleNotificationStats
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1365 service.onRemoved();
3635 public void onRemoved() { method in class:AccessibilityManagerService.Service

Completed in 316 milliseconds