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

1234567891011>>

/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/graphics/java/android/graphics/
H A DLightingColorFilter.java51 update();
77 update();
103 update();
106 private void update() { method in class:LightingColorFilter
H A DColorMatrixColorFilter.java37 update();
52 update();
87 update();
118 update();
121 private void update() { method in class:ColorMatrixColorFilter
H A DPorterDuffColorFilter.java43 update();
73 update();
101 update();
104 private void update() { method in class:PorterDuffColorFilter
/frameworks/base/libs/input/
H A DSpriteController.cpp115 // Each sprite update record includes a reference to its associated sprite so we can
137 SpriteUpdate& update = updates.editItemAt(i); local
139 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
140 update.state.surfaceWidth = update.state.icon.bitmap.width();
141 update.state.surfaceHeight = update.state.icon.bitmap.height();
142 update.state.surfaceDrawn = false;
143 update
155 SpriteUpdate& update = updates.editItemAt(i); local
196 SpriteUpdate& update = updates.editItemAt(i); local
247 SpriteUpdate& update = updates.editItemAt(i); local
333 const SpriteUpdate& update = updates.itemAt(i); local
[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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DObservableWithNotBindableFieldObject.java20 public void update(String data) { method in class:ObservableWithNotBindableFieldObject
/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl27 void onListenerConnected(in NotificationRankingUpdate update);
29 in NotificationRankingUpdate update);
31 in NotificationRankingUpdate update);
32 void onNotificationRankingUpdate(in NotificationRankingUpdate update);
/frameworks/av/include/camera/
H A DCameraMetadata.h126 status_t update(uint32_t tag,
128 status_t update(uint32_t tag,
130 status_t update(uint32_t tag,
132 status_t update(uint32_t tag,
134 status_t update(uint32_t tag,
136 status_t update(uint32_t tag,
138 status_t update(uint32_t tag,
142 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
143 return update(tag, data.array(), data.size());
219 * Base update entr
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java51 update(true /* updateAlways */);
87 private void update(boolean updateAlways) { method in class:UnlockMethodCache
116 update(false /* updateAlways */);
121 update(false /* updateAlways */);
126 update(false /* updateAlways */);
131 update(false /* updateAlways */);
139 update(false /* updateAlways */);
144 update(false /* updateAlways */);
149 update(false /* updateAlways */);
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationStreamer.java24 * {@code update} and {@code finish} operations.
27 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
28 * amount of data in one go because the operations are marshalled via Binder. Secondly, the update
30 * remainder for next time. The helper exposes {@link #update(byte[], int, int) update} and
37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; method in interface:KeyStoreCryptoOperationStreamer
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.h51 camera_status_t update(uint32_t tag, uint32_t count, const uint8_t* data);
52 camera_status_t update(uint32_t tag, uint32_t count, const int32_t* data);
53 camera_status_t update(uint32_t tag, uint32_t count, const float* data);
54 camera_status_t update(uint32_t tag, uint32_t count, const double* data);
55 camera_status_t update(uint32_t tag, uint32_t count, const int64_t* data);
56 camera_status_t update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data);
88 ret = mData.update(tag, reinterpret_cast<const INTERNAL_T*>(data), count);
100 // guard access of public APIs: get/update/getTags
103 mutable Vector<uint32_t> mTags; // updated in getTags, cleared by update
/frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/
H A DAccessPointTest.java57 mAccessPoint.update(result);
62 mAccessPoint.update(result);
70 mAccessPoint.update(wifiInfo, null);
73 mAccessPoint.update(null, null);
79 mAccessPoint.update(result);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java65 mMac.update((byte) b);
74 mMac.update(buffer, offset, numRead);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DActivityOptionsCompatJB.java55 public void update(ActivityOptionsCompatJB otherOptions) { method in class:ActivityOptionsCompatJB
56 mActivityOptions.update(otherOptions.mActivityOptions);
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h50 void update();
/frameworks/rs/
H A DrsDebugHelper.h35 mStack.update(2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityClassifier.java45 update(event.values[0] < event.sensor.getMaximumRange(), event.timestamp);
60 update(mNear, event.getEventTimeNano());
76 private void update(boolean near, long timestampNano) { method in class:ProximityClassifier
/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/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java190 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImplJB
193 mImpl.update(otherImpl.mImpl);
211 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl21
215 mImpl.update(otherImpl.mImpl);
239 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat
/frameworks/support/
H A Dapicheck.mk104 .PHONY: update-$(support_module)-api
105 update-$(support_module)-api: PRIVATE_API_DIR := $(support_module_api_dir)
106 update-$(support_module)-api: PRIVATE_MODULE := $(support_module)
107 update-$(support_module)-api: PRIVATE_REMOVED_API_FILE := $(support_module_removed_file)
108 update-$(support_module)-api: $(support_module_api_file) | $(ACP)
114 # Run this update API task on the update-support-api task
115 update-support-api: update-$(support_module)-api
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DAppIdleController.java162 GlobalUpdateFunc update = new GlobalUpdateFunc();
163 mJobSchedulerService.getJobStore().forEachJob(update);
164 if (update.mChanged) {
182 PackageUpdateFunc update = new PackageUpdateFunc(userId, packageName, idle);
183 mJobSchedulerService.getJobStore().forEachJob(update);
184 if (update.mChanged) {
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.h36 void update();
/frameworks/base/services/core/java/com/android/server/notification/
H A DRateEstimator.java37 public float update(long now) { method in class:RateEstimator
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableWithNotBindableFieldObjectTest.java37 obj.update("100");

Completed in 785 milliseconds

1234567891011>>