Searched refs:update (Results 1 - 25 of 131) sorted by relevance

123456

/frameworks/base/core/java/android/webkit/
H A DZoomControlBase.java31 * Enables the control to update its state if necessary in response to a
35 public void update(); method in interface:ZoomControlBase
H A DZoomControlEmbedded.java66 public void update() { method in class:ZoomControlEmbedded
106 update();
116 update();
/frameworks/base/services/input/
H A DSpriteController.cpp109 // Each sprite update record includes a reference to its associated sprite so we can
131 SpriteUpdate& update = updates.editItemAt(i); local
133 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
134 update.state.surfaceWidth = update.state.icon.bitmap.width();
135 update.state.surfaceHeight = update.state.icon.bitmap.height();
136 update.state.surfaceDrawn = false;
137 update
149 SpriteUpdate& update = updates.editItemAt(i); local
190 SpriteUpdate& update = updates.editItemAt(i); local
243 SpriteUpdate& update = updates.editItemAt(i); local
329 const SpriteUpdate& update = updates.itemAt(i); local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dsyn_filt.h76 Word16 update /* (i) : 0=no update, 1=update of memory. */
/frameworks/base/core/java/android/view/
H A DGLES20Layer.java51 void update(int width, int height, boolean isOpaque) { method in class:GLES20Layer
52 super.update(width, height, isOpaque);
H A DGLES20TextureLayer.java75 void update(int width, int height, boolean isOpaque) { method in class:GLES20TextureLayer
76 super.update(width, height, isOpaque);
H A DHardwareLayer.java149 void update(int width, int height, boolean isOpaque) { method in class:HardwareLayer
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java64 update();
84 update();
87 update();
90 update();
94 private void update() { method in class:FixVibrateSetting
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java113 boolean update = mAttachedToWindow && mWindowVisible && isVisible();
114 if (update != mUpdating) {
115 mUpdating = update;
116 if (update) {
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java139 update(p.x, p.y, -1, -1, true);
342 * the {@link #update()} methods.</p>
344 * @see #update()
356 * the {@link #update()} methods.</p>
362 * @see #update()
433 * the {@link #update()} methods.</p>
439 * @see #update()
462 * the {@link #update()} methods.</p>
465 * @see #update()
513 * the {@link #update()} method
1286 public void update() { method in class:PopupWindow
1321 public void update(int width, int height) { method in class:PopupWindow
1338 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1355 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1422 public void update(View anchor, int width, int height) { method in class:PopupWindow
1441 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1445 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
H A DDateTimeView.java42 // - listen for the next threshold time to update the view.
100 update();
103 void update() { method in class:DateTimeView
167 // Schedule the next update
169 // Currently showing the time, update at the later of twelve hours after or midnight.
174 // If the time is in the past, don't schedule an update
184 Log.d(TAG, "update needed for '" + time + "' at '" + new Date(mUpdateTimeMillis)
244 // The update() function takes a few milliseconds to run because of
252 update();
260 update();
[all...]
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/include/utils/
H A DCallStack.h53 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH);
/frameworks/compile/libbcc/tools/
H A Dgen-sha1-stamp.py16 h.update(buf)
H A Dgen-build-stamp.py50 hasher.update(buf)
52 global_hasher.update(buf)
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java77 * @return true when update request is correctly sent. False when the request fails,
100 * @see #update(Collection, Collection, String)
102 * @return true when update request is correctly sent. False when the request fails,
138 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_LONG_TEXT);
150 * @see #update(Collection, Collection, String)
152 * @return true when update request is correctly sent. False when the request fails,
188 return update(contactIds, dataIds, DataUsageFeedback.USAGE_TYPE_SHORT_TEXT);
195 * @return true when one or more of update requests are correctly sent.
198 private boolean update(Collection<Long> contactIds, Collection<Long> dataIds, String type) { method in class:DataUsageStatUpdater
215 if (mResolver.update(ur
[all...]
/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h174 status_t update();
175 status_t update(uint32_t reqWidth, uint32_t reqHeight);
176 status_t update(uint32_t reqWidth, uint32_t reqHeight,
183 // release() or update() is called
/frameworks/ex/common/java/com/android/common/content/
H A DSyncStateContentProviderHelper.java28 * and implements query/insert/update/delete to access that table using the
95 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper
97 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs);
100 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java80 /** See {@link ContentProvider#update ContentProvider.update} */
81 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderClient
83 return mContentProvider.update(url, values, selection, selectionArgs);
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
79 return resolver.update(uri, values, where, selectionArgs);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/core/java/com/google/android/mms/util/
H A DSqliteWrapper.java88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java64 public void update(WifiP2pDevice device) { method in class:WifiP2pDeviceList
67 //Found, update fields that can change
122 deviceList.update((WifiP2pDevice)in.readParcelable(null));
/frameworks/ex/chips/src/com/android/ex/chips/
H A DChipsUtil.java72 resolver.update(ContactsContract.Contacts.CONTENT_URI, values,
91 resolver.update(Data.CONTENT_URI, values,

Completed in 550 milliseconds

123456