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

1234567

/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/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
97 update(0, 0, 0);
100 update(0, 0, 1);
103 update(0, 0, 10);
110 update(0, 0, 0);
113 update(0, 10, 0);
116 update(0, 100, 0);
119 update(20, 30, 0);
122 update(20, 20, 0);
125 update(4
[all...]
/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/av/services/camera/libcameraservice/camera2/
H A DCameraMetadata.h104 status_t update(uint32_t tag,
106 status_t update(uint32_t tag,
108 status_t update(uint32_t tag,
110 status_t update(uint32_t tag,
112 status_t update(uint32_t tag,
114 status_t update(uint32_t tag,
116 status_t update(uint32_t tag,
120 status_t update(uint32_t tag, Vector<T> data) { function in class:android::camera2::CameraMetadata
121 return update(tag, data.array(), data.size());
159 * Base update entr
[all...]
H A DCameraMetadata.cpp112 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
118 return update(tag, (const void*)data, data_count);
121 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
127 return update(tag, (const void*)data, data_count);
130 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
136 return update(tag, (const void*)data, data_count);
139 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
145 return update(tag, (const void*)data, data_count);
148 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
154 return update(ta
157 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
166 status_t CameraMetadata::update(uint32_t tag, function in class:android::camera2::CameraMetadata
175 status_t CameraMetadata::update(uint32_t tag, const void *data, function in class:android::camera2::CameraMetadata
[all...]
/frameworks/av/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/content/pm/
H A DMacAuthenticatedInputStream.java65 mMac.update((byte) b);
74 mMac.update(buffer, offset, numRead);
/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.java110 boolean update = mAttachedToWindow && mWindowVisible && isVisible();
111 if (update != mUpdating) {
112 mUpdating = update;
113 if (update) {
/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java85 void update(int width, int height, boolean isOpaque) { method in class:GLES20TextureLayer
86 super.update(width, height, isOpaque);
92 throw new UnsupportedOperationException("Use update(int, int, boolean) instead");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java80 update();
141 update();
164 update();
170 update();
185 void update() { method in class:KeyguardMessageArea
250 update();
258 update();
/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/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestReceiver.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestReceiver
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/native/include/utils/
H A DCallStack.h54 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java139 update(p.x, p.y, -1, -1, true);
344 * the {@link #update()} methods.</p>
346 * @see #update()
358 * the {@link #update()} methods.</p>
364 * @see #update()
435 * the {@link #update()} methods.</p>
441 * @see #update()
464 * the {@link #update()} methods.</p>
467 * @see #update()
515 * the {@link #update()} method
1300 public void update() { method in class:PopupWindow
1336 public void update(int width, int height) { method in class:PopupWindow
1353 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1370 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1438 public void update(View anchor, int width, int height) { method in class:PopupWindow
1457 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1461 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/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/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java164 signer.update(content.trim().getBytes());
165 signer.update(version.trim().getBytes());
166 signer.update(requiredHash.getBytes());
177 signer.update(content.trim().getBytes());
178 signer.update(version.trim().getBytes());
179 signer.update(requiredPrevious.trim().getBytes());
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java63 protected void update() { method in class:CompoundTransform.Component
86 update();
106 update();
110 update();
126 update();
/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/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/native/include/gui/
H A DSurfaceComposerClient.h166 status_t update(const sp<IBinder>& display);
167 status_t update(const sp<IBinder>& display,
169 status_t update(const sp<IBinder>& display,
177 // release() or update() is called

Completed in 354 milliseconds

1234567