HomeSort by relevance Sort by last modified time
    Searched refs:updateValues (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
SpringAnimation.java 230 MassState massState = mSpring.updateValues(mValue, mVelocity, deltaT / 2);
234 massState = mSpring.updateValues(massState.mValue, massState.mVelocity, deltaT / 2);
239 MassState massState = mSpring.updateValues(mValue, mVelocity, deltaT);
SpringForce.java 274 DynamicAnimation.MassState updateValues(double lastDisplacement, double lastVelocity,
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
RecyclerViewParallax.java 41 updateValues();
49 updateValues();
240 public void updateValues() {
244 super.updateValues();
Parallax.java 68 * Subclass must override {@link #updateValues()} to update property values and perform
69 * {@link ParallaxEffect}s. Subclass may call {@link #updateValues()} automatically e.g.
70 * {@link RecyclerViewParallax} calls {@link #updateValues()} in RecyclerView scrolling. App might
71 * call {@link #updateValues()} manually when Parallax is unaware of the value change. For example,
73 * changes; it's the app's responsibility to call {@link #updateValues()} in every frame of
575 * super.updateValues() after updated properties values.
578 public void updateValues() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 366 ContentValues updateValues = new ContentValues();
369 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
370 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
371 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
373 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
385 ContentValues updateValues;
443 updateValues = new ContentValues();
444 updateValues.put(BluetoothShare.CURRENT_BYTES, 0);
445 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
446 mContext1.getContentResolver().update(contentUri, updateValues, null, null)
    [all...]
BluetoothOppTransfer.java 377 ContentValues updateValues = new ContentValues();
378 updateValues.put(BluetoothShare.USER_CONFIRMATION,
380 mContext.getContentResolver().update(contentUri, updateValues, null, null);
419 ContentValues updateValues = new ContentValues();
420 updateValues.put(BluetoothShare.STATUS, info.mStatus);
427 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
428 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
429 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
436 mContext.getContentResolver().update(contentUri, updateValues, null, null);
    [all...]
Constants.java 227 ContentValues updateValues = new ContentValues();
228 updateValues.put(BluetoothShare.STATUS, status);
229 context.getContentResolver().update(contentUri, updateValues, null, null);
BluetoothOppObexServerSession.java 366 ContentValues updateValues = new ContentValues();
368 updateValues.put(BluetoothShare._DATA, mFileInfo.mFileName);
369 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
370 mContext.getContentResolver().update(contentUri, updateValues, null, null);
448 ContentValues updateValues = new ContentValues();
449 updateValues.put(BluetoothShare._DATA, fileInfo.mFileName);
450 mContext.getContentResolver().update(contentUri, updateValues, null, null);
499 ContentValues updateValues = new ContentValues();
500 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
501 mContext.getContentResolver().update(contentUri, updateValues, null, null)
    [all...]
BluetoothOppReceiveFileInfo.java 217 ContentValues updateValues = new ContentValues();
218 updateValues.put(BluetoothShare.FILENAME_HINT, displayName);
219 context.getContentResolver().update(contentUri, updateValues, null, null);
TestActivity.java 178 * ContentValues updateValues = new ContentValues();
179 * updateValues.put(BluetoothShare.TOTAL_BYTES, 120000);
180 * getContentResolver().update(contentUri1,updateValues,null,null);
193 * updateValues.put(BluetoothShare.CURRENT_BYTES, currentByte);
194 * getContentResolver().update(contentUri1,updateValues,null,null); } }
292 ContentValues updateValues = new ContentValues();
294 // updateValues.put(BluetoothShare.TOTAL_BYTES, "120000");
295 // updateValues.put(BluetoothShare.CURRENT_BYTES, mCurrentByte);
296 // updateValues.put(BluetoothShare.VISIBILITY,
298 updateValues.put(BluetoothShare.USER_CONFIRMATION
    [all...]
BluetoothOppReceiver.java 208 ContentValues updateValues = new ContentValues();
209 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
211 .update(BluetoothShare.CONTENT_URI, updateValues,
BluetoothOppUtility.java 276 ContentValues updateValues = new ContentValues();
277 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
278 context.getContentResolver().update(uri, updateValues, null, null);
BluetoothOppService.java 354 ContentValues updateValues = new ContentValues();
356 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
357 updateValues.put(BluetoothShare.URI, msg.obj.toString()); // update
358 updateValues.put(BluetoothShare.MIMETYPE,
360 getContentResolver().update(contentUri, updateValues, null, null);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
VoicemailContractTest.java 246 ContentValues updateValues = new ContentValues();
247 updateValues.put(Voicemails.IS_READ, "1");
248 mVoicemailProvider.update(uri, updateValues, null, null);
294 ContentValues updateValues = new ContentValues();
295 updateValues.put(Voicemails.DIRTY, 0);
296 mVoicemailProvider.update(uri, updateValues, null, null);
316 ContentValues updateValues = new ContentValues();
317 updateValues.put(Voicemails.DIRTY, (Integer) null);
318 mVoicemailProvider.update(uri, updateValues, null, null);
338 ContentValues updateValues = new ContentValues()
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/transition/
ParallaxTransition.java 40 * side, calling ParallaxSource.updateValues() on every frame. User should make sure slide
68 source.updateValues();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 181 mAdapters[i].updateValues(rep);
199 updateValues(rep);
204 public void updateValues(FilterGradRepresentation rep) {
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsBackgroundVideoHelper.java 106 mDetailsParallax.updateValues();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 200 ContentValues updateValues = new ContentValues();
201 updateValues.put(Voicemails.TRANSCRIPTION, "foo");
202 mResolver.update(uri, updateValues, null, null);
235 ContentValues updateValues = new ContentValues();
236 updateValues.put(Voicemails.IS_READ, 1);
237 mResolver.update(uri, updateValues, null, null);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 714 ContentValues updateValues = new ContentValues();
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 769 milliseconds

1 2