Searched refs:update (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java180 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, argument
188 // moved item is updated. add an update for it
202 list.set(update, moveOp);
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java261 holder.update();
276 holder.update();
305 holder.update();
321 holder.update();
467 public void update() { method in class:MediaSessionLegacyHelper.SessionHolder
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1862 " when recording is active! Ignore the size update!",
1942 res = request->update(ANDROID_LED_TRANSMIT,
1955 res = request->update(ANDROID_REQUEST_METADATA_MODE,
1965 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE,
1968 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE,
1975 res = request->update(ANDROID_CONTROL_AWB_LOCK,
1978 res = request->update(ANDROID_CONTROL_EFFECT_MODE,
1981 res = request->update(ANDROID_CONTROL_AE_ANTIBANDING_MODE,
1995 res = request->update(ANDROID_CONTROL_MODE,
2003 res = request->update(ANDROID_CONTROL_SCENE_MOD
[all...]
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp853 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
880 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
885 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
889 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
891 return ScreenshotClient::update(display, sourceCrop, 0, 0, 0, -1U,
895 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
897 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java137 assertFalse("update op should not match any existing view holders",
1038 mTestAdapter.update(start, count);
1045 mTestAdapter.update(start, count, payload);
1092 public void update(int index, int count) { method in class:AdapterHelperTest.TestAdapter
1093 update(index, count, null);
1096 public void update(int index, int count, Object payload) { method in class:AdapterHelperTest.TestAdapter
1098 mItems.get(index + i).update(payload);
1162 public void update(Object payload) { method in class:AdapterHelperTest.TestAdapter.Item
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java226 // Ensure that row exists, then update with changed values
228 db.update(TABLE_STATE, values, StateColumns.AUTHORITY + "=? AND "
239 // Ensure that row exists, then update with changed values
241 db.update(TABLE_RESUME, values, ResumeColumns.PACKAGE_NAME + "=?",
250 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:RecentsProvider
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { method in class:LoaderThrottleSupport.SimpleProvider
349 // If URI is main table, update uses incoming where clause and args.
350 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs);
354 // If URI is for a particular row ID, update is based on incoming
358 count = db.update(MainTable.TABLE_NAME, values, finalWhere, whereArgs);
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { method in class:LoaderThrottleSupport.SimpleProvider
349 // If URI is main table, update uses incoming where clause and args.
350 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs);
354 // If URI is for a particular row ID, update is based on incoming
358 count = db.update(MainTable.TABLE_NAME, values, finalWhere, whereArgs);
492 cl.setUpdateThrottle(2000); // update at most every 2 seconds.
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp152 CDrcPresModeWrapper::update() function in class:CDrcPresModeWrapper
318 // update the decoder
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_acelp.h217 int16 update, /* (i) : 0=no update, 1=update of memory. */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDeemph_32_opt.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp570 mMetadata->update(ANDROID_FLASH_MODE, &torchOn, 1);
571 mMetadata->update(ANDROID_REQUEST_OUTPUT_STREAMS, &mStreamId, 1);
574 mMetadata->update(ANDROID_CONTROL_AE_MODE, &aeMode, 1);
577 mMetadata->update(ANDROID_REQUEST_ID, &requestId, 1);
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp165 status_t result = screenshot.update(display, Rect(), 0, 0, 0, -1U,
/frameworks/base/core/java/android/content/
H A DIContentProvider.java48 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in interface:IContentProvider
/frameworks/base/core/java/android/widget/
H A DOverScroller.java320 if (!mScrollerX.update()) {
328 if (!mScrollerY.update()) {
895 update();
901 * true if update has been done and false if animation duration has been
904 boolean update() { method in class:OverScroller.SplineOverScroller
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java328 ((TabView) mTabLayout.getChildAt(position)).update();
377 update();
382 update();
411 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:MemoryFileProvider
164 throw new UnsupportedOperationException("update not supported");
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECDSASignatureSpi.java73 public byte[] update(byte[] input, int inputOffset, int inputLength) method in class:AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
H A DAndroidKeyStoreHmacSpi.java217 output = mChunkedStreamer.update(input, offset, len);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFreeformWorkspaceLayoutAlgorithm.java56 public void update(List<Task> freeformTasks, TaskStackLayoutAlgorithm stackLayout) { method in class:FreeformWorkspaceLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java63 mInvertHelper.update(dark);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DIntervalStats.java95 void update(String packageName, long timeStamp, int eventType) { method in class:IntervalStats
H A DUserUsageStatsService.java77 * Callback that a system update was detected
133 stat.update(pkgStats.mPackageName, stat.lastTimeSaved,
187 stats.update(event.mPackage, event.mTimeStamp, event.mEventType);
378 stat.update(pkgStats.mPackageName, mDailyExpiryDate.getTimeInMillis() - 1,
396 stat.update(name, beginTime, UsageEvents.Event.CONTINUE_PREVIOUS_DAY);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java100 public static Notification makeBigTextNotification(Context context, int update, int id, argument
133 int end = 2 + update;
143 if (update > 2) {
156 .setNumber(update)

Completed in 2480 milliseconds

1234567891011>>