Home
last modified time | relevance | path

Searched defs:update (Results 1 – 15 of 15) 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/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelper.java99 public int update(Uri uri, Voicemail voicemail); in update() method
DVoicemailProviderHelpers.java110 public int update(Uri uri, Voicemail voicemail) { in update() method in VoicemailProviderHelpers
/development/samples/ApiDemos/src/com/example/android/apis/content/
DFileProvider.java65 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in FileProvider
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmapView.java81 public int update(PurgeableBitmap.RefreshHandler handler) { in update() method in PurgeableBitmapView
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherDataProvider.java118 public synchronized int update(Uri uri, ContentValues values, String selection, in update() method in WeatherDataProvider
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.cpp134 void ColorBuffer::update(GLenum p_format, GLenum p_type, void *pixels) in update() function in ColorBuffer
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java199 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/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java328 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in XmlDocumentProvider
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java396 public void update() { in update() method in SnakeView
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in LoaderThrottle.SimpleProvider
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in LoaderThrottleSupport.SimpleProvider
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java669 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in NotePadProvider
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java264 public void update(float sx, float sy, long now) { in update() method in AccelerometerPlayActivity.SimulationView.ParticleSystem