Home
last modified time | relevance | path

Searched refs:removeAt (Results 1 – 11 of 11) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DObservableSparseArrayCompat.java75 public void removeAt(final int index) { in removeAt() method in ObservableSparseArrayCompat
76 super.removeAt(index); in removeAt()
DSparseLongArray.java93 removeAt(i); in delete()
100 public void removeAt(int index) { in removeAt() method in SparseLongArray
/packages/apps/Camera2/src/com/android/camera/data/
DFixedLastProxyAdapter.java73 public void removeAt(int index) { in removeAt() method in FixedLastProxyAdapter
75 mAdapter.removeAt(index); in removeAt()
DFixedFirstProxyAdapter.java70 public void removeAt(int index) { in removeAt() method in FixedFirstProxyAdapter
72 mAdapter.removeAt(index - 1); in removeAt()
DLocalFilmstripDataAdapter.java70 public void removeAt(int index); in removeAt() method
DCameraFilmstripDataAdapter.java160 public void removeAt(int index) { in removeAt() method in CameraFilmstripDataAdapter
/packages/apps/Settings/src/com/android/settings/applications/
DAppPermissions.java120 mGroups.removeAt(i); in loadPermissionGroups()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java999 mDataAdapter.removeAt(failedIndex);
1007 mDataAdapter.removeAt(failedIndex);
1337 mDataAdapter.removeAt(index); in removeItemAt()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java315 mActiveTiles.removeAt(i); in layoutTiles()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java258 mActiveTiles.removeAt(i); in layoutTiles()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java314 mActiveTiles.removeAt(i); in layoutTiles()