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

1234567891011>>

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DUpdateHelper.java24 public int update(int original, int update) { argument
25 if (original != update) {
27 original = update;
32 public long update(long original, long update) { argument
33 if (original != update) {
35 original = update;
40 public double update(double original, double update) { argument
48 update(T original, T update) argument
[all...]
/packages/apps/Camera2/src/com/android/camera/async/
H A DBufferQueueController.java33 public void update(@Nonnull T element); method in interface:BufferQueueController
H A DUpdatable.java28 * <li>Synchronous access to every update: {@link ConcurrentBufferQueue}</li>
29 * <li>Synchronous access to a single update: {@link UpdatableCountDownLatch}</li>
48 public void update(@Nonnull T t); method in interface:Updatable
H A DRefCountedBufferQueueController.java32 public void update(@Nonnull T element) { method in class:RefCountedBufferQueueController
33 mBuffer.get().update(element);
H A DUpdatableCountDownLatch.java24 * Counts down on each update.
32 public void update(@Nonnull T v) { method in class:UpdatableCountDownLatch
H A DUpdatables.java27 public void update(@Nonnull Object o) {
H A DFilteredUpdatable.java39 public void update(@Nonnull T t) { method in class:FilteredUpdatable
57 mUpdatable.update(value);
H A DCountableBufferQueue.java78 mSizeCallback.update(count);
107 public void update(@Nonnull T element) { method in class:CountableBufferQueue
108 // This is tricky since mBufferQueue.update() may immediately discard
118 mBufferQueue.update(element);
122 mSizeCallback.update(postCount);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAnimationTime.java32 public static void update() { method in class:AnimationTime
/packages/apps/TV/src/com/android/tv/menu/
H A DIMenuView.java54 boolean update(boolean menuActive); method in interface:IMenuView
61 boolean update(String rowId, boolean menuActive); method in interface:IMenuView
H A DItemListRow.java56 public void update() { method in class:ItemListRow
57 mAdapter.update();
H A DPlayControlsRow.java39 public void update() { method in class:PlayControlsRow
40 ((PlayControlsRowView) getMenuRowView()).update();
/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DLossyScreenMigrationTask.java63 protected void update(DbEntry item) { method in class:LossyScreenMigrationTask
73 // Shift all items by 1 in y direction and mark them for update.
85 for (DbEntry update : mUpdates) {
86 DbEntry org = mOriginalItems.get(update.id);
88 if (org.cellX != update.cellX || org.cellY != update.cellY
89 || org.spanX != update.spanX || org.spanY != update.spanY) {
91 update.addToContentValues(tempValues);
92 mDb.update(Favorite
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDirectoryReloadLock.java68 public void tryUpdate(Runnable update) { argument
70 update.run();
72 mCallback = update;
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DPictureCallbackAdapter.java46 public void update(@Nonnull Void v) {
59 public void update(@Nonnull final byte[] jpegData) {
72 public void update(@Nonnull final CaptureSession session) {
85 public void update(@Nonnull final Uri uri) {
99 public void update(@Nonnull Void v) {
113 public void update(@Nonnull final Float progress) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForStructuredPostal.java62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForStructuredPostal
71 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);
81 private void fixStructuredPostalComponents(ContentValues augmented, ContentValues update) { argument
82 final String unstruct = update.getAsString(StructuredPostal.FORMATTED_ADDRESS);
85 final boolean touchedStruct = !areAllEmpty(update, STRUCTURED_FIELDS);
91 postal.toValues(update);
93 && (touchedStruct || areAnySpecified(update, STRUCTURED_FIELDS))) {
96 update.put(StructuredPostal.FORMATTED_ADDRESS, joined);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DAccountBackupRestore.java49 resolver.update(EmailProvider.ACCOUNT_BACKUP_URI, null, null, null);
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMessage.java53 abstract void update(Update Event); method in class:Message
55 protected void update(CharSequence messageString, CharSequence buttonString, Drawable icon) { method in class:Message
104 void update(Update event) { method in class:Message.HeaderMessage
112 update(mEnv.getModel().error, null,
115 update(mEnv.getModel().info, null,
126 update(mEnv.getContext().getString(R.string.authentication_required, appName),
144 void update(Update event) { method in class:Message.InflateMessage
156 update(mEnv.getContext().getResources().getText(R.string.query_error), null,
161 update(mEnv.getContext().getResources().getText(R.string.cant_display_content), null,
175 update(messag
[all...]
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DResponseListeners.java72 callback.update(new AndroidTotalCaptureResultProxy(result));
86 callback.update(new AndroidCaptureResultProxy(partialResult));
91 callback.update(new AndroidTotalCaptureResultProxy(result));
105 callback.update(timestamp);
119 callback.update(null);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DUpdateService.java32 private static final String ACTION_UPDATE = "update";
49 final int update = intent.getIntExtra("update", 0);
51 Log.v(TAG, "id: " + id + " when: " + when + " update: " + update);
53 NotificationService.makeSmsNotification(this, update, id, when));
60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) { argument
66 updateIntent.putExtra("update", update);
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DMetadataResponseListener.java45 mUpdatable.update(newValue);
53 mUpdatable.update(newValue);
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
H A DMetadataCallback.java48 public void update(@Nonnull TotalCaptureResultProxy totalCaptureResult) { method in class:MetadataCallback
57 mFocusMode.update(focusMode);
64 mFocusState.update(focusState);
76 mOneCameraFocusState.update(new OneCamera.FocusState(focusDistance, active));
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DOverlayRenderer.java36 update();
92 protected void update() { method in class:OverlayRenderer
94 mOverlay.update();
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
H A DProximityClassifier.java45 update(event.values[0] < event.sensor.getMaximumRange(), event.timestamp);
60 update(mNear, TimeUnit.MILLISECONDS.toNanos(event.getEventTime()));
75 private void update(boolean near, long timestampNano) { method in class:ProximityClassifier
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalVideo.java134 id = uh.update(id, cursor.getInt(INDEX_ID));
135 caption = uh.update(caption, cursor.getString(INDEX_CAPTION));
136 mimeType = uh.update(mimeType, cursor.getString(INDEX_MIME_TYPE));
137 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE));
138 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE));
139 dateTakenInMs = uh.update(
141 dateAddedInSec = uh.update(
143 dateModifiedInSec = uh.update(
145 filePath = uh.update(filePath, cursor.getString(INDEX_DATA));
146 durationInSec = uh.update(
[all...]

Completed in 636 milliseconds

1234567891011>>