Searched defs:onRemoved (Results 1 - 9 of 9) sorted by relevance

/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 DAuthenticationClient.java157 public boolean onRemoved(int fingerId, int groupId) { method in class:AuthenticationClient
158 if (DEBUG) Slog.w(TAG, "onRemoved() called for authenticate!");
H A DEnrollClient.java123 public boolean onRemoved(int fingerId, int groupId) { method in class:EnrollClient
124 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!");
H A DRemovalClient.java75 receiver.onRemoved(getHalDeviceId(), fingerId, groupId);
84 public boolean onRemoved(int fingerId, int groupId) { method in class:RemovalClient
H A DClientMonitor.java105 public abstract boolean onRemoved(int fingerId, int groupId); method in class:ClientMonitor
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
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);
713 abstract public void onRemoved(int position, int count); method in class:SortedList.Callback
824 public void onRemoved(int position, int count) { method in class:SortedList.BatchedCallback
882 mWrappedCallback.onRemoved(mLastEventPosition, mLastEventCount);
/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/native/services/surfaceflinger/
H A DLayer.cpp276 void Layer::onRemoved() { function in class:android::Layer
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1130 service.onRemoved();
3058 public void onRemoved() { method in class:AccessibilityManagerService.Service

Completed in 586 milliseconds