Searched refs:update (Results 101 - 125 of 379) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatPopupWindow.java106 public void update(View anchor, int xoff, int yoff, int width, int height) {
111 super.update(anchor, xoff, yoff, width, height);
H A DTooltipCompatHandler.java89 sActiveHandler.update(tooltipText);
193 private void update(CharSequence tooltipText) { method in class:TooltipCompatHandler
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DOverlayListView.java90 if (!object.update(getDrawingTime())) {
227 public boolean update(long currentTime) { method in class:OverlayListView.OverlayObject
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:SuggestionProvider
98 throw new UnsupportedOperationException("update not supported");
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java79 // Use an Observer to find out when the cache does update.
81 public void update(Observable o, Object arg) {
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java357 public byte[] update(byte[] input, int inputOffset, int inputLength) method in class:AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
359 byte[] output = mDelegate.update(input, inputOffset, inputLength);
414 public OperationResult update(byte[] input) { method in class:AndroidKeyStoreAuthenticatedAESCipherSpi.AdditionalAuthenticationDataStream
419 // field. We fix this discrepancy here. KeyStore.update contract is that all of AAD
421 OperationResult result = mKeyStore.update(mOperationToken, keymasterArgs, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DClassifierData.java37 public void update(MotionEvent event) { method in class:ClassifierData
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DConfigurableTexts.java66 public void update() { method in class:ConfigurableTexts
/frameworks/base/services/core/java/com/android/server/am/
H A DDumpHeapProvider.java72 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DumpHeapProvider
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java78 public boolean update(final HashMap<Integer, Float> sample, int target) { method in class:BordeauxClassifier
/frameworks/multidex/library/src/android/support/multidex/
H A DZipUtil.java115 crc.update(buffer, 0, length);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h244 // update(display, Rect(), useIdentityTransform);
245 status_t update(const sp<IBinder>& display,
247 status_t update(const sp<IBinder>& display,
250 status_t update(const sp<IBinder>& display,
254 status_t update(const sp<IBinder>& display,
265 // release() or update() is called
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java114 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { method in class:GsmCdmaCall
142 * but no response has yet been received so update() has not yet been called
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java88 * The effective {@code update} method that should be called by its clients.
90 public void update(View anchor, int offsetX, int offsetY, int width, int height, method in class:AutofillPopupWindow
177 update(actualAnchor, offsetX, offsetY, width, height);
182 protected void update(View anchor, WindowManager.LayoutParams params) { method in class:AutofillPopupWindow
/frameworks/base/packages/ExtServices/src/android/ext/services/resolver/
H A DLRResolverRankerService.java54 // pre-trained model, please update these params, as well as initModel().
98 update(negative, negativeProbability, false);
99 update(positive, positiveProbability, true);
111 // model, please increment CURRENT_VERSION, and update LEARNING_RATE and
151 private void update(ArrayMap<String, Float> target, float predict, boolean isSelected) { method in class:LRResolverRankerService
181 Log.e(TAG, "Failed to commit update" + e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java55 update(mContext.getResources().getConfiguration());
67 update(newConfig);
103 private void update(Configuration configuration) { method in class:Divider
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java109 public int update(String callingPackage, Uri url, ContentValues values, String selection, method in class:MockContentProvider.InversionIContentProvider
111 return MockContentProvider.this.update(url, values, selection, selectionArgs);
222 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:MockContentProvider
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockKeyStore.java24 public void update(byte[] blob, int flag) { method in class:MockKeyStore.KeyBlob
114 access(uid, key, true).update(value, flags);
144 access(destUid, destKey, true).update(blob.blob, blob.flag);
/frameworks/native/services/sensorservice/
H A DFusion.cpp79 * disturbance which we do not want to update into the fused frame.
154 void update(const vec<TYPE, SIZE>& x) { function in class:android::Covariance
342 update(m, Bm, mParam.magStdev);
349 update(unityA, Ba, p);
382 // then pass it in as the update.
388 update(north, Bm, mParam.magStdev*l_inv);
495 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) { function in class:android::Fusion
515 // update...
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DDiffUtilTest.java255 update(2);
263 update(1);
264 update(2);
299 // update
301 update(sRand.nextInt(mAfter.size()));
305 // update with payload
391 // make sure we don't update same item twice in callbacks
416 private void update(int index) { method in class:DiffUtilTest
428 mLog.append("update(").append(index).append(");\n");
442 mLog.append("update(")
[all...]
/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp304 ASSERT_EQ(OK, metadata.update(tagId, &byteVal, 1));
315 ASSERT_EQ(OK, secondMetadata.update(tagId, &doubleVal, 1));
323 ASSERT_EQ(OK, metadataCopy.update(tagId, &byteVal, 1));
341 ASSERT_EQ(OK, metadataCopy.update(tagId, &doubleVal, 1));
348 secondMetadata.update(ANDROID_CONTROL_SCENE_MODE, &sceneMode, 1);
352 metadataCopy.update(ANDROID_CONTROL_SCENE_MODE, &sceneMode, 1);
358 regularMetadata.update(ANDROID_CONTROL_MODE, &controlMode, 1);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp632 const char *update = NULL; local
648 } else if (!strcmp(attrs[i], "update")) {
652 update = attrs[i + 1];
665 mUpdate = (update != NULL) && parseBoolean(update);
703 const char *update = NULL; local
719 } else if (!strcmp(attrs[i], "update")) {
723 update = attrs[i + 1];
736 mUpdate = (update != NULL) && parseBoolean(update);
826 const char *update = NULL; local
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java677 * @param channel the channel to update.
1158 NotificationRankingUpdate update) {
1180 applyUpdateLocked(update);
1198 NotificationRankingUpdate update, int reason) {
1208 applyUpdateLocked(update);
1220 public void onListenerConnected(NotificationRankingUpdate update) { argument
1223 applyUpdateLocked(update);
1230 public void onNotificationRankingUpdate(NotificationRankingUpdate update) argument
1234 applyUpdateLocked(update);
1296 public final void applyUpdateLocked(NotificationRankingUpdate update) { argument
1157 onNotificationPosted(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update) argument
1197 onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, NotificationRankingUpdate update, int reason) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java49 // - listen for the next threshold time to update the view.
124 update();
131 update();
140 update();
144 void update() { method in class:DateTimeView
210 // Schedule the next update
212 // Currently showing the time, update at the later of twelve hours after or midnight.
217 // If the time is in the past, don't schedule an update
309 update();
333 update();
[all...]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java169 // can cause extra work for drivers. Before running a test update
304 // If animations are enabled update the test state.
472 boolean update = false;
478 update = true;
483 if (update) {
512 public void update() { method in class:ImageProcessingActivity2.Processor
513 // Something UI related has changed, enqueue an update if one is not
528 //update();
609 mProcessor.update();
752 mProcessor.update();
[all...]

Completed in 634 milliseconds

1234567891011>>