Searched refs:update (Results 1 - 25 of 266) 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/base/core/java/android/service/notification/
H A DINotificationListener.aidl26 void onListenerConnected(in NotificationRankingUpdate update);
28 in NotificationRankingUpdate update);
30 in NotificationRankingUpdate update);
31 void onNotificationRankingUpdate(in NotificationRankingUpdate 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/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 */);
/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/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/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.mk101 .PHONY: update-$(support_module)-api
102 update-$(support_module)-api: PRIVATE_API_DIR := $(support_module_api_dir)
103 update-$(support_module)-api: PRIVATE_MODULE := $(support_module)
104 update-$(support_module)-api: PRIVATE_REMOVED_API_FILE := $(support_module_removed_file)
105 update-$(support_module)-api: $(support_module_api_file) | $(ACP)
111 # Run this update API task on the update-support-api task
112 update-support-api: update-$(support_module)-api
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.h36 void update();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationCustomViewWrapper.java41 mInvertHelper.update(dark);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableWithNotBindableFieldObjectTest.java37 obj.update("100");
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp37 chars.update(ANDROID_CONTROL_AE_LOCK_AVAILABLE, &data, /*count*/1);
39 chars.update(ANDROID_CONTROL_AWB_LOCK_AVAILABLE, &data, /*count*/1);
81 chars.update(ANDROID_CONTROL_AVAILABLE_MODES, controlModes);
103 chars.update(ANDROID_SHADING_AVAILABLE_MODES, lscModes);
104 chars.update(ANDROID_STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES, lscMapModes);
117 chars.update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, availableCharsKeys);
119 // Need update android.control.availableHighSpeedVideoConfigurations since HAL3.3
131 chars.update(ANDROID_CONTROL_AVAILABLE_HIGH_SPEED_VIDEO_CONFIGURATIONS,
142 chars.update(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, preCorrectionArray);
/frameworks/support/v4/api21/android/support/v4/app/
H A DActivityOptionsCompat21.java57 public void update(ActivityOptionsCompat21 otherOptions) { method in class:ActivityOptionsCompat21
58 mActivityOptions.update(otherOptions.mActivityOptions);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java92 update();
98 update();
104 update();
123 public void update() { method in class:ZenFooter
142 mSpTexts.update();

Completed in 750 milliseconds

1234567891011