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

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java69 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
104 update(0, 0, 0);
107 update(0, 0, 1);
110 update(0, 0, 10);
118 update(0, 0, 0);
121 update(0, 10, 0);
124 update(0, 100, 0);
127 update(20, 30, 0);
130 update(20, 20, 0);
133 update(4
[all...]
/frameworks/hardware/interfaces/
H A Dupdate-makefiles.sh3 source system/tools/hidl/update-makefiles-helper.sh
/frameworks/base/libs/input/
H A DSpriteController.cpp114 // Each sprite update record includes a reference to its associated sprite so we can
136 SpriteUpdate& update = updates.editItemAt(i); local
138 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
139 update.state.surfaceWidth = update.state.icon.bitmap.width();
140 update.state.surfaceHeight = update.state.icon.bitmap.height();
141 update.state.surfaceDrawn = false;
142 update
154 SpriteUpdate& update = updates.editItemAt(i); local
195 SpriteUpdate& update = updates.editItemAt(i); local
246 SpriteUpdate& update = updates.editItemAt(i); local
332 const SpriteUpdate& update = updates.itemAt(i); local
[all...]
/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java39 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE);
40 update.views = views;
41 return update;
45 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED);
46 update.widgetInfo = info;
47 return update;
51 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED);
52 update.viewId = viewId;
53 return update;
/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.aidl30 void onListenerConnected(in NotificationRankingUpdate update);
32 in NotificationRankingUpdate update);
34 in NotificationRankingUpdate update, int reason);
35 void onNotificationRankingUpdate(in NotificationRankingUpdate update);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java52 update(true /* updateAlways */);
88 private void update(boolean updateAlways) { method in class:UnlockMethodCache
89 Trace.beginSection("UnlockMethodCache#update");
119 update(false /* updateAlways */);
124 update(false /* updateAlways */);
129 update(false /* updateAlways */);
134 update(false /* updateAlways */);
144 update(false /* updateAlways */);
150 update(false /* updateAlways */);
155 update(fals
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DParallaxFloatEffectTest.java80 verify(mTarget, times(1)).update(0f);
86 verify(mTarget, times(1)).update(0.25f);
92 verify(mTarget, times(1)).update(.5f);
98 verify(mTarget, times(1)).update(0.75f);
104 verify(mTarget, times(1)).update(1f);
110 verify(mTarget, times(1)).update(1f);
116 verify(mTarget, times(1)).update(0f);
122 verify(mTarget, times(1)).update(1f);
128 verify(mTarget, times(1)).update(0f);
156 verify(mTarget, times(1)).update(
[all...]
H A DParallaxIntEffectTest.java77 verify(mTarget, times(1)).update(0f);
83 verify(mTarget, times(1)).update(0.25f);
89 verify(mTarget, times(1)).update(.5f);
95 verify(mTarget, times(1)).update(0.75f);
101 verify(mTarget, times(1)).update(1f);
107 verify(mTarget, times(1)).update(1f);
113 verify(mTarget, times(1)).update(0f);
119 verify(mTarget, times(1)).update(1f);
125 verify(mTarget, times(1)).update(0f);
153 verify(mTarget, times(1)).update(
[all...]
/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/rs/
H A DrsDebugHelper.h35 mStack.update(2);
/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/av/camera/include/camera/
H A DCameraMetadata.h129 status_t update(uint32_t tag,
131 status_t update(uint32_t tag,
133 status_t update(uint32_t tag,
135 status_t update(uint32_t tag,
137 status_t update(uint32_t tag,
139 status_t update(uint32_t tag,
141 status_t update(uint32_t tag,
143 status_t update(const camera_metadata_ro_entry &entry);
147 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
148 return update(ta
[all...]
/frameworks/av/include/camera/
H A DCameraMetadata.h129 status_t update(uint32_t tag,
131 status_t update(uint32_t tag,
133 status_t update(uint32_t tag,
135 status_t update(uint32_t tag,
137 status_t update(uint32_t tag,
139 status_t update(uint32_t tag,
141 status_t update(uint32_t tag,
143 status_t update(const camera_metadata_ro_entry &entry);
147 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
148 return update(ta
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DBoundsAnimationControllerTests.java299 BoundsAnimationDriver update(float t) { method in class:BoundsAnimationControllerTests.BoundsAnimationDriver
409 .update(0f)
410 .update(0.5f)
411 .update(1f)
421 .update(0f)
422 .update(0.5f)
423 .update(1f)
433 .update(0f)
434 .update(0.5f)
435 .update(
[all...]
/frameworks/av/include/media/audiohal/
H A DEffectBufferHalInterface.h45 virtual void update() = 0; // copies data from the external buffer, noop for allocated buffers
47 virtual void update(size_t size) = 0; // copies partial data from external buffer
/frameworks/av/media/libaudiohal/
H A DEffectBufferHalLocal.h37 virtual void update();
39 virtual void update(size_t size);
H A DEffectBufferHalHidl.cpp86 mMemory->update();
124 void EffectBufferHalHidl::update() { function in class:android::EffectBufferHalHidl
125 update(mBufferSize);
132 void EffectBufferHalHidl::update(size_t size) { function in class:android::EffectBufferHalHidl
134 mMemory->update();
/frameworks/av/media/libaudiohal/include/
H A DEffectBufferHalInterface.h45 virtual void update() = 0; // copies data from the external buffer, noop for allocated buffers
47 virtual void update(size_t size) = 0; // copies partial data from external buffer
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java65 mMac.update((byte) b);
74 mMac.update(buffer, offset, numRead);
/frameworks/base/docs/
H A D__DEPRECATED__DO_NOT_EDIT__.txt11 so you may continue to update JavaDoc comments to update documentation.
/frameworks/base/docs/html/
H A D__DEPRECATED__DO_NOT_EDIT__.txt11 so you may continue to update JavaDoc comments to update documentation.
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h45 void update();
/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

Completed in 998 milliseconds

1234567891011>>