Home
last modified time | relevance | path

Searched defs:update (Results 1 – 12 of 12) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLVertex.java73 public void update(IntBuffer vertexBuffer, M4 transform) { in update() method in GLVertex
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DMultiResourceFile.java106 private void update() { in update() method in MultiResourceFile
DProjectResources.java645 private void update(ResourceType type) { in update() method in ProjectResources
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmapView.java81 public int update(PurgeableBitmap.RefreshHandler handler) { in update() method in PurgeableBitmapView
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java409 void update(int changeMask) { in update() method in Device
413 void update(Client client, int changeMask) { in update() method in Device
DClient.java819 void update(int changeMask) { in update() method in Client
/development/tools/traceview/src/com/android/traceview/
DProfileView.java250 public void update(Observable objservable, Object arg) { in update() method in ProfileView
DTimeLineView.java319 public void update(Observable objservable, Object arg) { in update() method in TimeLineView
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java158 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in DictionaryProvider
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java170 public int update(Uri uri, ContentValues values, String whereClause) { in update() method in RssContentProvider
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java215 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in NotePadProvider
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java396 public void update() { in update() method in SnakeView