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

12345678910

/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.java40 update();
70 update();
98 update();
101 private void update() { method in class:PorterDuffColorFilter
/frameworks/base/libs/input/
H A DSpriteController.cpp111 // Each sprite update record includes a reference to its associated sprite so we can
133 SpriteUpdate& update = updates.editItemAt(i); local
135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
136 update.state.surfaceWidth = update.state.icon.bitmap.width();
137 update.state.surfaceHeight = update.state.icon.bitmap.height();
138 update.state.surfaceDrawn = false;
139 update
151 SpriteUpdate& update = updates.editItemAt(i); local
192 SpriteUpdate& update = updates.editItemAt(i); local
243 SpriteUpdate& update = updates.editItemAt(i); local
329 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java50 update(true /* updateAlways */);
82 private void update(boolean updateAlways) { method in class:UnlockMethodCache
109 update(false /* updateAlways */);
114 update(false /* updateAlways */);
119 update(false /* updateAlways */);
124 update(false /* updateAlways */);
129 update(false /* updateAlways */);
134 update(false /* updateAlways */);
/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/rs/
H A DrsDebugHelper.h40 mStack.update(2);
/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/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/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/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/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java167 // volume update.
191 if (update()) {
210 update();
239 private boolean update() { method in class:MediaRouteControllerDialog
292 update();
297 update();
310 update();
315 update();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java131 final boolean update = (mPresenterSelector != null);
132 final boolean selectorChanged = update && mPresenterSelector != presenterSelector;
139 if (update) {
/frameworks/base/cmds/uiautomator/library/
H A DAndroid.mk115 .PHONY: update-uiautomator-api
116 update-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
117 update-uiautomator-api: PRIVATE_REMOVED_API_FILE := $(uiautomator_internal_removed_api_file)
118 update-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java154 update(p.x, p.y, -1, -1, true);
387 * the {@link #update()} methods.</p>
389 * @see #update()
401 * the {@link #update()} methods.</p>
407 * @see #update()
491 * the {@link #update()} methods.</p>
497 * @see #update()
520 * the {@link #update()} methods.</p>
523 * @see #update()
571 * the {@link #update()} method
1435 public void update() { method in class:PopupWindow
1471 public void update(int width, int height) { method in class:PopupWindow
1488 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1505 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1573 public void update(View anchor, int width, int height) { method in class:PopupWindow
1592 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1596 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider

Completed in 753 milliseconds

12345678910