Searched refs:onRemoved (Results 1 - 24 of 24) 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.java76 mBatching.onRemoved(3, 2);
78 verify(mCallback).onRemoved(3, 2);
84 mBatching.onRemoved(3, 2);
85 mBatching.onRemoved(3, 1);
87 verify(mCallback).onRemoved(3, 3);
93 mBatching.onRemoved(3, 5);
94 mBatching.onRemoved(4, 2);
96 verify(mCallback).onRemoved(3, 5);
97 verify(mCallback).onRemoved(4, 2);
103 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 DIFingerprintDaemonCallback.aidl27 void onRemoved(long deviceId, int fingerId, int groupId);
H A DIFingerprintServiceReceiver.aidl32 void onRemoved(long deviceId, int fingerId, int groupId);
H A DFingerprintManager.java1008 public void onRemoved(long deviceId, int fingerId, int groupId) {
/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.java77 receiver.onRemoved(getHalDeviceId(), fingerId, groupId);
86 public boolean onRemoved(int fingerId, int groupId) { method in class:RemovalClient
H A DEnumerateClient.java88 receiver.onRemoved(getHalDeviceId(), fingerId, groupId);
H A DClientMonitor.java105 public abstract boolean onRemoved(int fingerId, int groupId); method in class:ClientMonitor
H A DEnrollClient.java124 public boolean onRemoved(int fingerId, int groupId) { method in class:EnrollClient
125 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
H A DAuthenticationClient.java158 public boolean onRemoved(int fingerId, int groupId) { method in class:AuthenticationClient
159 if (DEBUG) Slog.w(TAG, "onRemoved() called for authenticate!");
H A DFingerprintService.java282 if (client != null && client.onRemoved(fingerId, groupId)) {
724 public void onRemoved(final long deviceId, final int fingerId, final int groupId) {
/frameworks/native/services/surfaceflinger/
H A DLayer.h339 void onRemoved();
H A DLayer.cpp279 void Layer::onRemoved() { function in class:android::Layer
H A DSurfaceFlinger.cpp1776 mLayersPendingRemoval[i]->onRemoved();
H A DSurfaceFlinger_hwc1.cpp1698 mLayersPendingRemoval[i]->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.java1166 service.onRemoved();
3110 public void onRemoved() { method in class:AccessibilityManagerService.Service

Completed in 809 milliseconds